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