File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public function boot()
3737 __DIR__ . '/../config/nafezly-payments.php ' => config_path ('nafezly-payments.php ' ),
3838 ]);
3939 $ this ->publishes ([
40- __DIR__ . '/../resources/lang ' => app ()-> getLocale ( ' vendor/payments ' ),
40+ __DIR__ . '/../resources/lang ' => resource_path ( ' lang/ vendor/payments ' ),
4141 ]);
4242 }
4343
@@ -105,7 +105,7 @@ protected function registerPublishing()
105105 __DIR__ . '/../config/nafezly-payments.php ' => config_path ('nafezly-payments.php ' ),
106106 ], 'nafezly-payments-config ' );
107107 $ this ->publishes ([
108- __DIR__ . '/../resources/lang ' => app ()-> getLocale ( ' vendor/payments ' ),
108+ __DIR__ . '/../resources/lang ' => resource_path ( ' lang/ vendor/payments ' ),
109109 ], 'nafezly-payments-lang ' );
110110 $ this ->publishes ([
111111 __DIR__ . '/../resources/views ' => resource_path ('views/vendor/payments ' ),
You can’t perform that action at this time.
0 commit comments