File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -97,11 +97,18 @@ This is the contents of the published file:
97
97
return [
98
98
99
99
/*
100
- * The default serializer to be used when performing a transformation.
101
- * Leave empty to use the Fractal's default. This can be a string or
102
- * it can be an instance of League\Fractal\Serializer\SerializerAbstract
103
- */
100
+ |--------------------------------------------------------------------------
101
+ | Default Serializer
102
+ |--------------------------------------------------------------------------
103
+ |
104
+ | The default serializer to be used when performing a transformation. It
105
+ | may be left empty to use Fractal's default one. This can either be a
106
+ | string or a League\Fractal\Serializer\SerializerAbstract subclass.
107
+ |
108
+ */
109
+
104
110
'default_serializer' => '',
111
+
105
112
];
106
113
```
107
114
You can’t perform that action at this time.
0 commit comments