Commit b6cf72a7 by Aan Choesni Herlingga

add seeder

parent a5b585f7
......@@ -11,6 +11,9 @@ class DatabaseSeeder extends Seeder
*/
public function run()
{
// $this->call(UsersTableSeeder::class);
$this->call([
UsersTableSeeder::class,
SettingsTableSeeder::class,
]);
}
}
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