*/ public function toArray(Request $request): array { /** * @var $this Adv */ return [ 'id' => $this->id, 'image' => $this->imgUrl, 'title' => $this->title, 'link' => $this->link, ]; } }