コード例 #1
0
ファイル: FollowController.php プロジェクト: Jemok/skoolspace
 /**
  * Remove the specified resource from storage.
  *
  * @param $group
  * @internal param int $id
  * @return Response
  */
 public function destroy($group)
 {
     $this->clientRepository->clientLeave($group, $this->user());
     return redirect('/');
 }