From f6cdc18075975d100e215ceaf416e34f41e7acdf Mon Sep 17 00:00:00 2001 From: Quentin Renard Date: Tue, 23 Jan 2024 23:49:26 +0100 Subject: [PATCH] Remove extraneous empty lines --- .../migrations/2022_11_25_113826_create_clients_tables.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/examples/tests-deep-nested/database/migrations/2022_11_25_113826_create_clients_tables.php b/examples/tests-deep-nested/database/migrations/2022_11_25_113826_create_clients_tables.php index 8d90217f8..78066c01c 100644 --- a/examples/tests-deep-nested/database/migrations/2022_11_25_113826_create_clients_tables.php +++ b/examples/tests-deep-nested/database/migrations/2022_11_25_113826_create_clients_tables.php @@ -22,12 +22,6 @@ public function up() // $table->timestamp('publish_start_date')->nullable(); // $table->timestamp('publish_end_date')->nullable(); }); - - - - - - } public function down()