mirror of
https://github.com/flarum/core.git
synced 2025-07-19 07:41:22 +02:00
Fix broken DeleteAction
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
use Flarum\Api\Request;
|
use Flarum\Api\Request;
|
||||||
use Illuminate\Http\Response;
|
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
|
* Delegate deletion of the resource, and return a 204 No Content
|
||||||
|
Reference in New Issue
Block a user