summaryrefslogtreecommitdiff
path: root/tests/Unit/Database/Migration/Stub/2001_04_11_123456_create_lorem_ipsum_table.php
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2018-10-24 13:35:31 +0200
committermsquare <msquare@notrademark.de>2018-10-24 19:15:07 +0200
commitd985d493a3fdcf4524f67ce0d75f5e4523e8a8d5 (patch)
tree2e68c4eff35aaa8bba26745e726eeef02638b2af /tests/Unit/Database/Migration/Stub/2001_04_11_123456_create_lorem_ipsum_table.php
parent5f46fd2f1506148e7eafa34ab29f88ca299d889c (diff)
Migrations: Added namespace
Diffstat (limited to 'tests/Unit/Database/Migration/Stub/2001_04_11_123456_create_lorem_ipsum_table.php')
-rw-r--r--tests/Unit/Database/Migration/Stub/2001_04_11_123456_create_lorem_ipsum_table.php2
1 files changed, 2 insertions, 0 deletions
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 @@
<?php
+namespace Engelsystem\Migrations;
+
use Engelsystem\Database\Migration\Migration;
use Illuminate\Database\Schema\Blueprint;