mirror of
https://github.com/flarum/core.git
synced 2025-10-13 07:54:25 +02:00
Initial refactor of client actions, data preloading, SEO
An initial stab at flarum/core#126. Still WIP. Preliminary implementation of flarum/core#128 and flarum/core#13.
This commit is contained in:
@@ -33,6 +33,6 @@ class Client
|
||||
|
||||
$response = $action->handle(new Request($input, $actor));
|
||||
|
||||
return json_decode($response->getBody());
|
||||
return new Response($response);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user