get()->count() < 1) { User::create([ 'name' => 'Администратор СМЕНИ ПАРОЛЬ!', 'email' => 'admin@admin.com', 'role' => 'admin', 'password' => Hash::make('admin') ]); } $this->call(DistrictSeeder::class); $this->call(AreaSeeder::class); $this->call(ObjectTypeSeeder::class); $this->call(OrderStatusSeeder::class); $this->call(BrigadierSeeder::class); } }