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 27c466c commit 803bed6Copy full SHA for 803bed6
src/SelfDiagnosisServiceProvider.php
@@ -11,10 +11,10 @@ class SelfDiagnosisServiceProvider extends ServiceProvider
11
*/
12
public function boot()
13
{
14
+ $this->loadTranslationsFrom(__DIR__.'/../translations', 'self-diagnosis');
15
+
16
if ($this->app->runningInConsole()) {
17
- $this->loadTranslationsFrom(__DIR__.'/../translations', 'self-diagnosis');
-
18
$this->publishes([
19
__DIR__.'/../translations' => resource_path('lang/vendor/self-diagnosis'),
20
], 'translations');
0 commit comments