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