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 8e9390d commit d6a5ab6Copy full SHA for d6a5ab6
src/Commands/EraseCommand.php
@@ -70,6 +70,8 @@ public function handle()
70
unset($generated['updated']);
71
72
$this->files->put('.blueprint', $blueprint->dump($generated));
73
+
74
+ $this->call('blueprint:trace');
75
}
76
77
private function outputStyle($action)
0 commit comments