Chrisbjr\ApiGuard\Providers\Auth\October::user PHP Méthode

user() public méthode

Get the currently authenticated user.
public user ( ) : October\Rain\Auth\Models\User
Résultat October\Rain\Auth\Models\User
    public function user()
    {
        return $this->october->getUser();
    }