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