Skip to content

Commit edcc86d

Browse files
committed
Remove translation un use
1 parent 179f365 commit edcc86d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Distilleries/Integration/IntegrationServiceProvider.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ public function boot()
2828

2929
$this->loadRoutesFrom(__DIR__.'/../routes/web.php');
3030
$this->loadViewsFrom(__DIR__ . '/../../views', 'integration');
31-
$this->loadTranslationsFrom(__DIR__ . '/../../lang', 'integration');
3231
$this->publishes([
3332
__DIR__ . '/../../views' => base_path('resources/views/vendor/integration'),
3433
], 'views');

0 commit comments

Comments
 (0)