Skip to content

Commit 5eb18f4

Browse files
committed
Updates translations path
1 parent e0af4e4 commit 5eb18f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InvoiceServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function boot()
2828
protected function registerResources()
2929
{
3030
$this->loadViewsFrom(__DIR__ . '/../resources/views', 'invoices');
31-
$this->loadTranslationsFrom(__DIR__ . '/../resources/lang', 'invoices');
31+
$this->loadTranslationsFrom(__DIR__ . '/../lang', 'invoices');
3232
}
3333

3434
/**

0 commit comments

Comments
 (0)