Chrisbjr\ApiGuard\ApiGuardAuth::getUser PHP Method

getUser() public method

Get the authenticated user.
public getUser ( )
    public function getUser()
    {
        return $this->auth->user();
    }