File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff 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-
10096return [
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
You can’t perform that action at this time.
0 commit comments