コード例 #1
0
ファイル: TaskVoter.php プロジェクト: tsubo/todo
 private function canDelete(Task $task, User $user)
 {
     return $user === $task->getOwner();
 }