'createdAt', | 'createdAt', | ||||
'updatedAt', | 'updatedAt', | ||||
'status', | 'status', | ||||
'saleStatus' | |||||
'saleStatus', | |||||
'isEligibleTicketRestaurant' | |||||
]); | ]); | ||||
} | } | ||||
]; | ]; | ||||
} | } | ||||
public function configurePanelMain() | |||||
{ | |||||
return [ | |||||
'section', | |||||
'title', | |||||
'parent', | |||||
'description', | |||||
'isEligibleTicketRestaurant', | |||||
'saleStatus', | |||||
'status', | |||||
]; | |||||
} | |||||
public function configureFields(): array | public function configureFields(): array | ||||
{ | { | ||||
$productCategoryArray = $this->productCategoryStore | $productCategoryArray = $this->productCategoryStore |