We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0a56ed commit ff523f3Copy full SHA for ff523f3
resources/views/components/finishing.blade.php
@@ -61,7 +61,7 @@
61
} else {EnvEditor::addKey('LOCALE', 'en');}
62
63
if(EnvEditor::keyExists('ENABLE_REPORT_ICON')){ /* Do nothing if key already exists */
64
- } else {EnvEditor::addKey('ENABLE_REPORT_ICON', false);}
+ } else {EnvEditor::addKey('ENABLE_REPORT_ICON', 'false');}
65
66
if(EnvEditor::keyExists('ADMIN_EMAIL')){} else
67
{if(Auth::user()->id == 1){EnvEditor::addKey('ADMIN_EMAIL', App\Models\User::find(1)->email);}
0 commit comments