Commit f82421f8 authored by Nicolas Widart's avatar Nicolas Widart

Don't run the global migrations anymore as the sentinel migrations are in the User module

parent 81101e30
...@@ -47,11 +47,7 @@ class SentinelInstaller extends ProviderInstaller implements SetupScript ...@@ -47,11 +47,7 @@ class SentinelInstaller extends ProviderInstaller implements SetupScript
*/ */
public function migrate() public function migrate()
{ {
if ($this->command->option('verbose')) { return;
return $this->command->call('migrate');
}
return $this->command->callSilent('migrate');
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment