mirror of
https://github.com/flarum/framework.git
synced 2025-02-22 08:56:42 +08:00
Fix fatal error on delete actions
This commit is contained in:
parent
6f7a06820d
commit
02947edf1b
@ -16,7 +16,7 @@ abstract class DeleteAction extends JsonApiAction
|
|||||||
{
|
{
|
||||||
$this->delete($request);
|
$this->delete($request);
|
||||||
|
|
||||||
return new Response('', 204);
|
return new Response('php://memory', 204);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user