Fenos\Notifynder\Categories\CategoryManager::add PHP Method

add() public method

Add a category to the DB.
public add ( array $name, $text ) : NotificationCategory
$name array
$text
return Fenos\Notifynder\Models\NotificationCategory
    public function add($name, $text)
    {
        return $this->categoryRepo->add($name, $text);
    }