Inheritance: implements Illuminate\Contracts\Support\Arrayable
Example #1
0
 /**
  * get data transformed
  *
  * @return array|null
  */
 protected function getData()
 {
     return $this->data ? $this->data->toArray() : null;
 }