call(RoleTableSeeder::class); $this->call(UsersTableSeeder::class); $this->call(LocalesTableSeeder::class); $this->call(ObjectsTablesSeeder::class); $this->call(DictionariesTablesSeeder::class); $this->call(PagesTableSeeder::class); $this->call(CompaniesTablesSeeder::class); $this->call(AdvisoriesTablesSeeder::class); } }