コード例 #1
0
ファイル: Group.php プロジェクト: brenodouglas/library
 /**
  * Delete the group.
  * @return bool
  */
 public function delete()
 {
     $this->users()->detach();
     return parent::delete();
 }