Browse Source

Update horizon config

Daniel Supernault 6 years ago
parent
commit
1a4353d191
1 changed files with 2 additions and 0 deletions
  1. 2 0
      config/horizon.php

+ 2 - 0
config/horizon.php

@@ -91,4 +91,6 @@ return [
             ],
         ],
     ],
+
+    'darkmode' => env('HORIZON_DARKMODE', false),
 ];