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 73eef01 commit 668f246Copy full SHA for 668f246
resources/views/components/finishing.blade.php
@@ -53,7 +53,7 @@
53
} else {EnvEditor::addKey('MANUAL_USER_VERIFICATION', 'false');}
54
55
if(EnvEditor::keyExists('ADMIN_EMAIL')){} else
56
- {if(auth()->user()->id == 1){EnvEditor::addKey('ADMIN_EMAIL', App\Models\User::find(1)->email);}
+ {if(Auth::user()->id == 1){EnvEditor::addKey('ADMIN_EMAIL', App\Models\User::find(1)->email);}
57
else{EnvEditor::addKey('ADMIN_EMAIL', '');}}
58
59
if(env('APP_NAME') == 'LittleLink Custom' or env('APP_NAME') == 'LittleLink') {
0 commit comments