REBELinBLUE\Deployer\Group::getProjectCountAttribute PHP 메소드

getProjectCountAttribute() 공개 메소드

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