REBELinBLUE\Deployer\Group::getProjectCountAttribute PHP Method

getProjectCountAttribute() public method

Define a accessor for the count of projects.
    public function getProjectCountAttribute()
    {
        return $this->projects->count();
    }