call(UserTableSeeder::class); $this->call(ObjectTableSeeder::class); $this->call('UnitsTableSeeder'); $this->call('UnitTranslationsTableSeeder'); } }