Fix broken DeleteAction

This commit is contained in:
Toby Zerner 2015-05-20 11:13:32 +09:30
parent de690fad16
commit fe8763c3d0

View File

@ -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