Run php-cs-fixer
This commit is contained in:
parent
65f27d41a2
commit
5705d7dbdd
16 changed files with 4 additions and 36 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
namespace Pterodactyl\Transformers\Api\Application;
|
||||
|
||||
use Pterodactyl\Models\Egg;
|
||||
use Illuminate\Support\Arr;
|
||||
use Pterodactyl\Models\Egg;
|
||||
use Pterodactyl\Models\Nest;
|
||||
use Pterodactyl\Models\Server;
|
||||
use Pterodactyl\Models\EggVariable;
|
||||
|
@ -13,8 +13,6 @@ class EggTransformer extends BaseTransformer
|
|||
{
|
||||
/**
|
||||
* Relationships that can be loaded onto this transformation.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
protected array $availableIncludes = [
|
||||
'nest',
|
||||
|
|
Reference in a new issue