13 lines
161 B
PHP
13 lines
161 B
PHP
|
|
<?
|
||
|
|
|
||
|
|
namespace controller\shop\cash;
|
||
|
|
|
||
|
|
use shop\core\structure\shopControllerTable;
|
||
|
|
|
||
|
|
class Api extends shopControllerTable {
|
||
|
|
|
||
|
|
static $class = 'shop\Cash';
|
||
|
|
|
||
|
|
}
|
||
|
|
|