Learner\Models\User::isNotActive PHP Method

isNotActive() public method

Whether the user is not active.
public isNotActive ( ) : boolean
return boolean
    public function isNotActive()
    {
        return (bool) (!$this->is_active);
    }