<?php
namespace Concrete\Core\Page\Search\ColumnSet;
use Loader;
class Available extends DefaultSet {

	protected $attributeClass = 'CollectionAttributeKey';

}