Exemple #1
0
 /**
  * @return bool|mixed
  */
 public function getData()
 {
     if ($this->storage->isEmpty()) {
         return [];
     }
     return $this->storage->read();
 }