service = ProjectService::getInstance(); $this->insertField = [ 'title', 'cover', 'description', 'category_id', 'video_url', 'price', 'front', 'service', 'deploy', 'status']; $this->updateField = [ 'id', 'title', 'cover', 'description', 'category_id', 'video_url', 'price', 'front', 'service', 'deploy', 'status']; $this->notRequest = ['features', 'screenshots', 'labels', 'preferential_price']; } }