src/controllers/FormController.php
<?php
namespace luya\forms\controllers;
/**
* Form Controller.
*
* @author Basil Suter <git@nadar.io>
* @since 1.0.0
*/
class FormController 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\forms\models\Form';
}