Feature #1 : Provinces

This commit is contained in:
Daeng Deni Mardaeni
2024-08-08 22:42:10 +07:00
parent 6a1a039eca
commit aa3289bd56
16 changed files with 659 additions and 51 deletions

View File

@@ -11,6 +11,8 @@ class LocationDatabaseSeeder extends Seeder
*/
public function run(): void
{
// $this->call([]);
$this->call([
ProvinceSeeder::class
]);
}
}