luyadev/luya-module-admin

View on GitHub
src/apis/PropertyController.php

Summary

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

namespace luya\admin\apis;

/**
 * Property Controller.
 *
 * @author Basil Suter <git@nadar.io>
 * @since 3.8.0
 */
class PropertyController 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\admin\models\Property';
}