Skip to content

Commit 5a07088

Browse files
authored
Update README.md
Undo the formatting PHPStorm did when I saved the file
1 parent 9057f0b commit 5a07088

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,17 +93,14 @@ This is the contents of the published config file:
9393

9494
```php
9595

96-
<?php
97-
98-
use App\Settings\Prices;
99-
10096
return [
10197

10298
/*
10399
* Each settings class used in your application must be registered, you can
104100
* put them (manually) here.
105101
*/
106102
'settings' => [
103+
107104
],
108105

109106
/*
@@ -156,7 +153,7 @@ return [
156153
* settings will be stored within a provided Laravel store and can have an
157154
* additional prefix.
158155
*/
159-
'cache' => [
156+
'cache' => [
160157
'enabled' => env('SETTINGS_CACHE_ENABLED', false),
161158
'store' => null,
162159
'prefix' => null,
@@ -170,7 +167,7 @@ return [
170167
'global_casts' => [
171168
DateTimeInterface::class => Spatie\LaravelSettings\SettingsCasts\DateTimeInterfaceCast::class,
172169
DateTimeZone::class => Spatie\LaravelSettings\SettingsCasts\DateTimeZoneCast::class,
173-
// Spatie\DataTransferObject\DataTransferObject::class => Spatie\LaravelSettings\SettingsCasts\DtoCast::class,
170+
// Spatie\DataTransferObject\DataTransferObject::class => Spatie\LaravelSettings\SettingsCasts\DtoCast::class,
174171
Spatie\LaravelData\Data::class => Spatie\LaravelSettings\SettingsCasts\DataCast::class,
175172
],
176173

0 commit comments

Comments
 (0)