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