* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ require_once(dirname(__FILE__).'/../lib/BasesfGuardAuthComponents.class.php'); /** * * @package symfony * @subpackage plugin * @author Fabien Potencier * @version SVN: $Id: components.class.php 23319 2009-10-25 12:22:23Z Kris.Wallsmith $ */ class sfGuardAuthComponents extends BasesfGuardAuthComponents { }