Skip to content

Commit d931389

Browse files
author
MrAnyx
committed
[fix] Fixed uses namespace
1 parent 3f3f29c commit d931389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Database/Migration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
require __DIR__ . "/../../../../autoload.php";
66

7-
use TimePHP\Database\Migration\MigrationInterface;
7+
use TimePHP\Database\MigrationInterface;
88
use Illuminate\Container\Container;
99
use Illuminate\Database\Capsule\Manager as Capsule;
1010
use Illuminate\Events\Dispatcher;

0 commit comments

Comments
 (0)