From d985d493a3fdcf4524f67ce0d75f5e4523e8a8d5 Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Wed, 24 Oct 2018 13:35:31 +0200 Subject: Migrations: Added namespace --- .../Migration/Stub/2001_04_11_123456_create_lorem_ipsum_table.php | 2 ++ tests/Unit/Database/Migration/Stub/2017_12_24_053300_another_stuff.php | 2 ++ .../Unit/Database/Migration/Stub/2022_12_22_221222_add_some_feature.php | 2 ++ 3 files changed, 6 insertions(+) (limited to 'tests/Unit/Database/Migration/Stub') diff --git a/tests/Unit/Database/Migration/Stub/2001_04_11_123456_create_lorem_ipsum_table.php b/tests/Unit/Database/Migration/Stub/2001_04_11_123456_create_lorem_ipsum_table.php index 0cc89e07..307b776e 100644 --- a/tests/Unit/Database/Migration/Stub/2001_04_11_123456_create_lorem_ipsum_table.php +++ b/tests/Unit/Database/Migration/Stub/2001_04_11_123456_create_lorem_ipsum_table.php @@ -1,5 +1,7 @@