Skip to content

Commit 1902f40

Browse files
committed
Improve consistency of config file
This styles the comment block in a way that is consistent with other config files that are built-in with the framework. The comment itself also features a Laravelish staircase-like™ effect.
1 parent 72a63ae commit 1902f40

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

resources/config/laravel-fractal.php

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,16 @@
33
return [
44

55
/*
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+
1016
'default_serializer' => '',
17+
1118
];

0 commit comments

Comments
 (0)