Created frames table with migration
This commit is contained in:
@@ -11,6 +11,7 @@ class DatabaseSeeder extends Seeder
|
||||
*/
|
||||
public function run()
|
||||
{
|
||||
// $this->call(UsersTableSeeder::class);
|
||||
$this->call(SeedMode::class);
|
||||
$this->call(SeedCUG::class);
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user