<?php
/*
* This file is part of the IndoRegion package.
*
* (c) Azis Hapidin <azishapidin.com | [email protected]>
*
*/
namespace Database\Seeders;
use Illuminate\Database\Seeder;
class IndoRegionSeeder extends Seeder
{
/**
* Seed the application's database.
*
* @return void
*/
public function run()
{
$this->call(IndoRegionProvinceSeeder::class);
$this->call(IndoRegionRegencySeeder::class);
$this->call(IndoRegionDistrictSeeder::class);
$this->call(IndoRegionVillageSeeder::class);
}
}
Anons79 File Manager Version 1.0, Coded By Anons79
Email: [email protected]