Streamline config files

This commit is contained in:
Shift
2024-04-27 18:43:45 +00:00
parent 4fc0d29caf
commit 7a71f2e5d1
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -49,9 +49,12 @@ return [
],
'migrations' => [
'table' => [
'table' => 'migrations',
'update_date_on_publish' => false, // disable to preserve original behavior for existing applications
],
'update_date_on_publish' => false, // disable to preserve original behavior for existing applications
],
'redis' => [
'client' => env('REDIS_CLIENT', 'phpredis'),