<?php
/**
 * @author Semenov Alexander <semenov@skeeks.com>
 * @link http://skeeks.com/
 * @copyright 2010 SkeekS (СкикС)
 * @date 16.04.2016
 */

namespace common\components;

use \Yii;
use yii\base\Component;
use yii\web\Application;

/**
 * Class ProjectComponent
 *
 * @package common\components
 */
class ProjectComponent extends Component
{
}