REBELinBLUE\Deployer\Template::getConfigCountAttribute PHP Method

getConfigCountAttribute() public method

Define a accessor for the count of config files.
    public function getConfigCountAttribute()
    {
        return $this->configFiles()->count();
    }