1
0
mirror of https://github.com/flarum/core.git synced 2025-08-03 06:57:54 +02:00

Fix broken DeleteAction

This commit is contained in:
Toby Zerner
2015-05-20 11:13:32 +09:30
parent 80c0900388
commit f2d1100ec3

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