isAuthorOf($reply); } public function destroy(User $user, Reply $reply) { return $user->isAuthorOf($reply); } }