Afform.{create,delete} are equally unsupported/untested/TODO.
[civicrm-core.git] / ext / afform / Civi / Api4 / Action / Afform / Delete.php
index c08cb7d0093c9bb824baf4036760841f13a0667d..84cd2d8f904b3296ad1f988650193df0a9300c42 100644 (file)
@@ -13,7 +13,7 @@ class Delete extends \Civi\Api4\Action\Delete {
   protected $select = ['name'];
 
   public function _run(Result $result) {
-    throw new NotImplementedException("Not support: Afform.delete");
+    throw new NotImplementedException("Not supported: Afform.delete"); // FIXME
   }
 
 }