1 | <?php |
||
10 | class TransmitServiceProvider extends ServiceProvider |
||
11 | { |
||
12 | /** |
||
13 | * Bootstrap the application services. |
||
14 | */ |
||
15 | public function boot() |
||
21 | |||
22 | /** |
||
23 | * Register the application services. |
||
24 | */ |
||
25 | public function register() |
||
46 | |||
47 | /** |
||
48 | * Set the default serializer. |
||
49 | * |
||
50 | * @param $fractal |
||
51 | * @param string|\League\Fractal\Serializer\SerializerAbstract $serializer |
||
52 | * |
||
53 | * @return mixed |
||
54 | */ |
||
55 | protected function setDefaultSerializer($fractal, $serializer) |
||
63 | } |
||
64 |