Skip to content

Commit

Permalink
rolling back the ENVBAR_CLOSABLE_TIMEOUT
Browse files Browse the repository at this point in the history
  • Loading branch information
devajmeireles committed Sep 17, 2024
1 parent a8e3649 commit 06cf805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/envbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
| When set, the EnvBar will wait the set minutes to appear again.
|
*/
'timeout' => env('ENVBAR_CLOSABLE_TIMEOUT', 10),
'timeout' => env('ENVBAR_CLOSABLE_TIMEOUT'),
],

/*
Expand Down

0 comments on commit 06cf805

Please sign in to comment.