File tree 2 files changed +22
-8
lines changed
2 files changed +22
-8
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
Original file line number Diff line number Diff line change 3
3
return [
4
4
5
5
/*
6
- * The default serializer to be used when performing a transformation.
7
- * Leave empty to use the Fractal's default. This can be a string or
8
- * it can be an instance of League\Fractal\Serializer\SerializerAbstract
9
- */
6
+ |--------------------------------------------------------------------------
7
+ | Default Serializer
8
+ |--------------------------------------------------------------------------
9
+ |
10
+ | The default serializer to be used when performing a transformation. It
11
+ | may be left empty to use Fractal's default one. This can either be a
12
+ | string or a League\Fractal\Serializer\SerializerAbstract subclass.
13
+ |
14
+ */
15
+
10
16
'default_serializer ' => '' ,
17
+
11
18
];
You can’t perform that action at this time.
0 commit comments