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