Cartalyst\Sentinel\Persistences\EloquentPersistence::getUsersModel PHP 메소드

getUsersModel() 공개 정적인 메소드

Get the users model.
public static getUsersModel ( ) : string
리턴 string
    public static function getUsersModel()
    {
        return static::$usersModel;
    }