Implemented e-mail confirmations
This commit is contained in:
@@ -15,6 +15,9 @@ function guest() {
|
||||
return \Auth::guest();
|
||||
}
|
||||
|
||||
/**
|
||||
* @return \App\Models\User|null
|
||||
*/
|
||||
function user() {
|
||||
return \Auth::user();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user