diff --git a/src/applications/phortune/editor/PhortuneMerchantEditEngine.php b/src/applications/phortune/editor/PhortuneMerchantEditEngine.php index 596f842574..04e07401c7 100644 --- a/src/applications/phortune/editor/PhortuneMerchantEditEngine.php +++ b/src/applications/phortune/editor/PhortuneMerchantEditEngine.php @@ -65,6 +65,11 @@ final class PhortuneMerchantEditEngine return false; } + protected function getCreateNewObjectPolicy() { + return $this->getApplication()->getPolicy( + PhortuneMerchantCapability::CAPABILITY); + } + protected function buildCustomEditFields($object) { $viewer = $this->getViewer();