<?php
namespace plugin\finance\api;
use plugin\control\expose\api\Control as ApiControl;
class Control
{
use ApiControl;
public function __construct()
$this->path = __DIR__;
$this->plugin = 'finance';
}