From b2b52e38da3302aa6221291f2fde41b591e3b04f Mon Sep 17 00:00:00 2001 From: DariusIII Date: Sun, 28 Apr 2024 01:54:48 +0200 Subject: [PATCH] CS fixes --- config/app.php | 1 - config/database.php | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/config/app.php b/config/app.php index 6cb925d5e..d004fa8c5 100644 --- a/config/app.php +++ b/config/app.php @@ -1,6 +1,5 @@ [ 'table' => [ - 'table' => 'migrations', - 'update_date_on_publish' => false, // disable to preserve original behavior for existing applications - ], + '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 ],