コード例 #1
0
ファイル: FollowController.php プロジェクト: enhive/vev
 public function destroy(Topic $topic)
 {
     $topic->followers()->detach(Auth::user());
     return response([]);
 }