Skip to content

Commit

Permalink
Update discovered_settings_cache_path
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanassche committed Apr 28, 2023
1 parent 3837455 commit d363706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@
* Automatically discovered settings classes can be cached so they don't
* need to be searched each time the application boots up.
*/
'discovered_settings_cache_path' => storage_path('app/laravel-settings'),
'discovered_settings_cache_path' => base_path('bootstrap/cache'),
];

0 comments on commit d363706

Please sign in to comment.