*/ public function toArray(Request $request): array { $app_base_url = Config::get('appSetting.app_base_url'); return [ "id"=> $this->id, 'project_id' => $this->project_id, 'is_active' => $this->is_active, 'image' => $this->image, ]; } }