mirror of
https://github.com/flarum/core.git
synced 2025-07-23 17:51:24 +02:00
Improvements to change/forgot password
This commit is contained in:
@@ -41,8 +41,8 @@ class SeedCommand extends Command
|
||||
*/
|
||||
public function fire()
|
||||
{
|
||||
$this->call('db:seed', ['--class' => 'Flarum\Core\Seeders\DiscussionsTableSeeder']);
|
||||
$this->call('db:seed', ['--class' => 'Flarum\Core\Seeders\UsersTableSeeder']);
|
||||
$this->call('db:seed', ['--class' => 'Flarum\Core\Seeders\DiscussionsTableSeeder']);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user