예제 #1
0
 public function destroy(Topic $topic)
 {
     $topic->followers()->detach(Auth::user());
     return response([]);
 }