File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ To disable the Laravel Tachyon service in your local environment and get readabl
114114// config/laravel-tachyon.php
115115
116116//Set this field to false to disable the Laravel Tachyon service.
117- 'enable' => env('LARAVEL_TACHYON_ENABLE ', true),
117+ 'enable' => env('LARAVEL_TACHYON_ENABLED ', true),
118118```
119119### Skip routes
120120
Original file line number Diff line number Diff line change 1111 | You would probably replace that in your local configuration to get a readable output.
1212 |
1313 */
14- 'enable ' => env ('LARAVEL_TACHYON_ENABLE ' , true ),
14+ 'enable ' => env ('LARAVEL_TACHYON_ENABLED ' , true ),
1515
1616 /*
1717 |--------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments