%PDF- %PDF-
Direktori : /var/www/html/hrsys/api/vendor/spatie/laravel-fractal/src/Console/stubs/ |
Current File : /var/www/html/hrsys/api/vendor/spatie/laravel-fractal/src/Console/stubs/transformer.stub |
<?php namespace DummyNamespace; use League\Fractal\TransformerAbstract; class DummyClass extends TransformerAbstract { /** * List of resources to automatically include * * @var array */ protected $defaultIncludes = [ // ]; /** * List of resources possible to include * * @var array */ protected $availableIncludes = [ // ]; /** * A Fractal transformer. * * @return array */ public function transform() { return [ // ]; } }