コード例 #1
0
ファイル: Library.php プロジェクト: inoplate/media
 public function isBelongsTo(User $user)
 {
     return $user->id() === $this->ownerId;
 }