Skip to content

Commit ff523f3

Browse files
committed
Update finishing.blade.php
1 parent d0a56ed commit ff523f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/finishing.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
} else {EnvEditor::addKey('LOCALE', 'en');}
6262
6363
if(EnvEditor::keyExists('ENABLE_REPORT_ICON')){ /* Do nothing if key already exists */
64-
} else {EnvEditor::addKey('ENABLE_REPORT_ICON', false);}
64+
} else {EnvEditor::addKey('ENABLE_REPORT_ICON', 'false');}
6565
6666
if(EnvEditor::keyExists('ADMIN_EMAIL')){} else
6767
{if(Auth::user()->id == 1){EnvEditor::addKey('ADMIN_EMAIL', App\Models\User::find(1)->email);}

0 commit comments

Comments
 (0)