REBELinBLUE\Deployer\Template::getFileCountAttribute PHP Method

getFileCountAttribute() public method

Define a accessor for the count of persistent files.
public getFileCountAttribute ( ) : integer
return integer
    public function getFileCountAttribute()
    {
        return $this->sharedFiles()->count();
    }