src/admin/apis/ProcessItemController.php
<?php
namespace luya\payment\admin\apis;
/**
* Process Item Controller.
*
* File has been created with `crud/create` command.
*
* @author Basil Suter <basil@nadar.io>
* @since 1.0.0
*/
class ProcessItemController 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\payment\models\ProcessItem';
}