<?php
/**
* Short description for the file.
*
* @author Komma <info@komma.pro>
* @copyright (c) 2012-2015, Komma Mediadesign
*/
namespace Komma\Kms\Users;
use Komma\Kms\Core\Kms;
use Komma\Kms\Core\SectionController;
class UserController extends SectionController
{
protected $slug = "users";
function __construct(Kms $kms, UserSection $section)
{
parent::__construct($kms, $section);
}
}