mirror of
https://github.com/flarum/framework.git
synced 2025-02-12 01:35:16 +08:00
![Sami Mazouz](/assets/img/avatar_default.png)
* chore: drop the need for a json-api-server fork * chore: custom Serializer * chore * chore: adapt * fix * phpstan
12 lines
96 B
Plaintext
12 lines
96 B
Plaintext
<?php
|
|
|
|
namespace Tobyz\JsonApiServer;
|
|
|
|
/**
|
|
* @mixin \Flarum\Api\Context
|
|
*/
|
|
class Context
|
|
{
|
|
|
|
}
|