mirror of
https://github.com/flarum/framework.git
synced 2025-06-16 23:12:22 +08:00

* 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
|
|
{
|
|
|
|
}
|