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 e0af4e4 commit 5eb18f4Copy full SHA for 5eb18f4
src/InvoiceServiceProvider.php
@@ -28,7 +28,7 @@ public function boot()
28
protected function registerResources()
29
{
30
$this->loadViewsFrom(__DIR__ . '/../resources/views', 'invoices');
31
- $this->loadTranslationsFrom(__DIR__ . '/../resources/lang', 'invoices');
+ $this->loadTranslationsFrom(__DIR__ . '/../lang', 'invoices');
32
}
33
34
/**
0 commit comments