mirror of
https://github.com/flarum/framework.git
synced 2025-02-01 00:01:01 +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…
Reference in New Issue
Block a user