src/admin/controllers/RedirectController.php
<?php
namespace luya\cms\admin\controllers;
/**
* Redirect Controller.
*
* File has been created with `crud/create` command on LUYA version 1.0.0.
*/
class RedirectController extends \luya\admin\ngrest\base\Controller
{
/**
* @var string The path to the model which is the provider for the rules and fields.
*/
public $modelClass = 'luya\cms\models\Redirect';
}