luyadev/luya-mailjet

View on GitHub
src/admin/apis/TemplateController.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php

namespace luya\mailjet\admin\apis;

/**
 * Template Controller.
 *
 * @since 1.3.0
 */
class TemplateController extends \luya\admin\ngrest\base\Api
{
    /**
     * @var string The path to the model which is the provider for the rules and fields.
     */
    public $modelClass = 'luya\mailjet\models\Template';
}