Example #1
0
 /**
  * Destroy Role.
  *
  * @param int $id
  *
  * @return bool
  */
 public function destroyRole($id)
 {
     return Role::findOrFail($id)->delete();
 }