Skip to content

Commit 2126497

Browse files
committed
Update finishing.blade.php
1 parent 51d5d40 commit 2126497

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
@@ -32,7 +32,7 @@
3232
}
3333
3434
if(trim(file_get_contents(base_path("version.json"))) >= '2.9.1' and trim(file_get_contents(base_path("version.json"))) <= '3.0.0'){
35-
if(EnvEditor::keyExists('ALLOW_USER_HTML')){DotenvEditor::setKey('ALLOW_USER_HTML', 'true');}
35+
if(EnvEditor::keyExists('ALLOW_USER_HTML')){EnvEditor::editKey('ALLOW_USER_HTML', 'true');}
3636
}
3737
3838
if (!config()->has('advanced-config.expand_panel_admin_menu_permanently') and !config()->has('disable_default_password_notice')) {

0 commit comments

Comments
 (0)