Skip to content

Commit 1dfa88e

Browse files
update
1 parent 78236ad commit 1dfa88e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Console/Commands/MigrationCommand.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
use Tamedevelopers\Support\Env;
88
use Tamedevelopers\Database\Constant;
99
use Tamedevelopers\Support\Capsule\File;
10+
use Tamedevelopers\Support\Capsule\Logger;
1011
use Tamedevelopers\Support\Capsule\Artisan;
1112
use Tamedevelopers\Database\DatabaseManager;
1213
use Tamedevelopers\Database\Migrations\Migration;
@@ -91,7 +92,7 @@ public function status()
9192
return 0;
9293
}
9394

94-
$this->info("Migration status:");
95+
Logger::info("Migration status:");
9596
foreach ($files as $file) {
9697
$fullPath = $migrationsDir . $file;
9798

0 commit comments

Comments
 (0)