mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-23 09:32:29 +01:00
17 lines
536 B
PHP
17 lines
536 B
PHP
<?php
|
|
|
|
return [
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Default Serializer
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| The default serializer to be used when performing a transformation. It
|
|
| may be left empty to use Fractal's default one. This can either be a
|
|
| string or a League\Fractal\Serializer\SerializerAbstract subclass.
|
|
|
|
|
*/
|
|
|
|
'default_serializer' => League\Fractal\Serializer\JsonApiSerializer::class,
|
|
];
|