first(); $user->attachRole($admin); $user->save(); return true; } /** * @return int */ public function count(): int { return User::count(); } }