<?php

/**
 * Core
 *
 * @author Arkadiusz Rychlik <a.rychlik at eppe.com.pl>
 */
class Eppe_Auth_Frontend_Core extends Eppe_Auth {
	
	public function __construct() {
		parent::__construct();
		$this->setStorage(new Eppe_Auth_Storage_Frontend());
	}
	
}
