Skip to content

Commit adfec34

Browse files
committed
Update README to mirror new content of config file
1 parent 1902f40 commit adfec34

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,18 @@ This is the contents of the published file:
9797
return [
9898

9999
/*
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+
104110
'default_serializer' => '',
111+
105112
];
106113
```
107114

0 commit comments

Comments
 (0)