Commit b62b989f authored by Nicolas Widart's avatar Nicolas Widart

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

1935fdd Adding migrating the setting module

git-subtree-dir: Modules/Core
git-subtree-split: 1935fdde732f4c759c5b67f05d8ae732faacf585
parent 2bfdae8a
......@@ -97,6 +97,7 @@ class InstallCommand extends Command
private function runMigrations()
{
$this->call('migrate', ['--package' => 'cartalyst/sentinel']);
$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