Commit 0e41ea66 authored by Nicolas Widart's avatar Nicolas Widart

Merge commit 'f00433ca'

* commit 'f00433ca':
  Squashed 'Modules/Core/' changes from 1935fdd..b63dd42
parents dc9cc637 f00433ca
......@@ -97,7 +97,7 @@ class InstallCommand extends Command
private function runMigrations()
{
$this->call('migrate', ['--package' => 'cartalyst/sentinel']);
$this->call('module:migrate', ['--module' => 'Setting']);
$this->call('module:migrate', ['module' => 'Setting']);
$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