user_id == $user->id; return true; } public function destroy(User $user, Reply $reply) { return true; } }