From 7a71f2e5d18628fba1511953b6729d5ec7a6f6f3 Mon Sep 17 00:00:00 2001 From: Shift Date: Sat, 27 Apr 2024 18:43:45 +0000 Subject: [PATCH] Streamline config files --- config/app.php | 1 + config/database.php | 3 +++ 2 files changed, 4 insertions(+) diff --git a/config/app.php b/config/app.php index d004fa8c5..6cb925d5e 100644 --- a/config/app.php +++ b/config/app.php @@ -1,5 +1,6 @@ [ + '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'),