household_id === $user->current_household_id; } public function delete(User $user, Category $category): bool { return $category->household_id === $user->current_household_id; } }