is_admin; } public function update(User $user, CountryWwl $countryWwl): bool { return (bool) $user->is_admin; } public function delete(User $user, CountryWwl $countryWwl): bool { return (bool) $user->is_admin; } }