<?php
/**
* Short description for the file.
*
* @author Komma <support@komma.pro>
* @copyright (c) 2012-2015, Komma Mediadesign
*/
namespace Komma\Categories;
class CategoryController extends \BaseController
{
public $data;
public function index(){
}
public function show($categoryId){
}
}