11 lines
201 B
PHP
Executable File
11 lines
201 B
PHP
Executable File
<?php
|
|
namespace app\coachapi\logic;
|
|
use app\common\logic\BaseLogic;
|
|
use app\common\model\coach\Coach;
|
|
use app\common\service\ConfigService;
|
|
use think\Exception;
|
|
|
|
class IndexLogic extends BaseLogic
|
|
{
|
|
|
|
} |