From f2d1100ec3d1486dd433a819b766e6bef0060c00 Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Wed, 20 May 2015 11:13:32 +0930 Subject: [PATCH] Fix broken DeleteAction --- src/Api/Actions/DeleteAction.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Api/Actions/DeleteAction.php b/src/Api/Actions/DeleteAction.php index d327d14ef..2b9585512 100644 --- a/src/Api/Actions/DeleteAction.php +++ b/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