diff --git a/framework/core/src/Api/Actions/DeleteAction.php b/framework/core/src/Api/Actions/DeleteAction.php index d327d14ef..2b9585512 100644 --- a/framework/core/src/Api/Actions/DeleteAction.php +++ b/framework/core/src/Api/Actions/DeleteAction.php @@ -3,7 +3,7 @@ use Flarum\Api\Request; use Illuminate\Http\Response; -abstract class DeleteAction implements ActionInterface +abstract class DeleteAction extends JsonApiAction { /** * Delegate deletion of the resource, and return a 204 No Content