Esempio n. 1
0
 /**
  * @param null $id
  * @return bool
  */
 public function destroy($id = null)
 {
     return $this->storage->flush();
 }