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