Learner\Models\User::isNotActive PHP Метод

isNotActive() публичный Метод

Whether the user is not active.
public isNotActive ( ) : boolean
Результат boolean
    public function isNotActive()
    {
        return (bool) (!$this->is_active);
    }