add class to the main div of the ember app to simplify css set up
<?phpuseIlluminate\Database\Seeder;useIlluminate\Database\Eloquent\Model;classDatabaseSeederextendsSeeder{/** * Run the database seeds. */publicfunctionrun(){Model::unguard();// $this->call('UserTableSeeder');}}