'admin', 'email' => 'admin@admin.com', 'password' => bcrypt('admin'), 'type' => UserTypeSource::Admin, ]); $user->save(); } }