Skip to content

Commit 7889cb5

Browse files
committed
refactor: makes changes to the environment variables
1 parent ab77972 commit 7889cb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

publish/sqlcommenter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
use function Hyperf\Support\env;
1616

1717
return [
18-
'enable' => true,
18+
'enable' => env('SQLCOMMENTER_ENABLE', true),
1919
'include' => [
2020
'framework' => env('SQLCOMMENTER_ENABLE_FRAMEWORK', true),
2121
'controller' => env('SQLCOMMENTER_ENABLE_CONTROLLER', true),

0 commit comments

Comments
 (0)