call(LaratrustSeeder::class); $this->call(UsersTableSeeder::class); $this->call(CompanySeeder::class); $this->call(DeliveryInfoSeeder::class); $this->call(WarehouseSeeder::class); $this->call(ContactSeeder::class); } }