base_path('vendor') added

This commit is contained in:
Benjamin Takats
2022-12-19 15:44:02 +01:00
parent ed43ec6bf1
commit 7348651d63

View File

@@ -46,7 +46,7 @@ return [
| looking for missing translations. | looking for missing translations.
| |
*/ */
'scan_paths' => [app_path(), resource_path()], 'scan_paths' => [app_path(), resource_path(), base_path('vendor')],
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------