How to reorder button on edit resource
Is it possible to reorder buttons on edit reource that mine primary button is right and cancel button is left

protected function getFormActions(): array
{
return array_reverse(parent::getFormActions());
}