We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 179f365 commit edcc86dCopy full SHA for edcc86d
src/Distilleries/Integration/IntegrationServiceProvider.php
@@ -28,7 +28,6 @@ public function boot()
28
29
$this->loadRoutesFrom(__DIR__.'/../routes/web.php');
30
$this->loadViewsFrom(__DIR__ . '/../../views', 'integration');
31
- $this->loadTranslationsFrom(__DIR__ . '/../../lang', 'integration');
32
$this->publishes([
33
__DIR__ . '/../../views' => base_path('resources/views/vendor/integration'),
34
], 'views');
0 commit comments