Commit f00433ca authored by Nicolas Widart's avatar Nicolas Widart

Squashed 'Modules/Core/' changes from 1935fdd..b63dd42

b63dd42 Fixing setting module migration

git-subtree-dir: Modules/Core
git-subtree-split: b63dd42272fbeed5dbe3c4ee91ceb4ac277d562a
parent b62b989f
...@@ -97,7 +97,7 @@ class InstallCommand extends Command ...@@ -97,7 +97,7 @@ class InstallCommand extends Command
private function runMigrations() private function runMigrations()
{ {
$this->call('migrate', ['--package' => 'cartalyst/sentinel']); $this->call('migrate', ['--package' => 'cartalyst/sentinel']);
$this->call('module:migrate', ['--module' => 'Setting']); $this->call('module:migrate', ['module' => 'Setting']);
$this->info('Application migrated!'); $this->info('Application migrated!');
} }
......
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