We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78236ad commit 1dfa88eCopy full SHA for 1dfa88e
src/Console/Commands/MigrationCommand.php
@@ -7,6 +7,7 @@
7
use Tamedevelopers\Support\Env;
8
use Tamedevelopers\Database\Constant;
9
use Tamedevelopers\Support\Capsule\File;
10
+use Tamedevelopers\Support\Capsule\Logger;
11
use Tamedevelopers\Support\Capsule\Artisan;
12
use Tamedevelopers\Database\DatabaseManager;
13
use Tamedevelopers\Database\Migrations\Migration;
@@ -91,7 +92,7 @@ public function status()
91
92
return 0;
93
}
94
- $this->info("Migration status:");
95
+ Logger::info("Migration status:");
96
foreach ($files as $file) {
97
$fullPath = $migrationsDir . $file;
98
0 commit comments