mirror of
https://github.com/flarum/framework.git
synced 2025-03-02 22:08:40 +08:00
Fix broken DeleteAction
This commit is contained in:
parent
de690fad16
commit
fe8763c3d0
@ -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