Completed
Pull Request — master (#120)
by
unknown
08:05 queued 02:59
created
src/config/health.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
     'sort_by' => 'slug',
13 13
 
14 14
     'cache' => [
15
-        'minutes' => ! config('app.debug'), // false = disabled
15
+        'minutes' => !config('app.debug'), // false = disabled
16 16
 
17 17
         'key' => 'health-resources',
18 18
     ],
Please login to merge, or discard this patch.