Пример #1
0
 /**
  * Remove the specified resource from storage.
  *
  * @param int $id
  *
  * @return array
  */
 public function destroy($id)
 {
     $this->registrar->delete($id);
     return ['message' => 'Deleted'];
 }