Commit de197df6 authored by Nicolas Widart's avatar Nicolas Widart

Migrate the user module before seeding.

parent 054da225
......@@ -75,8 +75,8 @@ abstract class ProviderInstaller implements SetupScript
$this->publish();
$this->configure();
$this->migrate();
$this->seed();
$this->migrateUserModule($command);
$this->seed();
$this->createFirstUser();
......
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