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