mirror of
https://github.com/flarum/framework.git
synced 2025-04-25 14:14:03 +08:00
Fix broken DeleteAction
This commit is contained in:
parent
80c0900388
commit
f2d1100ec3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user