Skip to content

Commit ec2543a

Browse files
committed
fix: update configuration key for enabling Laravel Tachyon service
1 parent b8cacf5 commit ec2543a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

config/laravel-tachyon.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)