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