mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-13 20:02:49 +00:00
19 lines
262 B
PHP
19 lines
262 B
PHP
<?php
|
|
/**
|
|
* Created by CRMEB.
|
|
* User: 136327134@qq.com
|
|
* Date: 2019/4/12 11:22
|
|
*/
|
|
|
|
namespace app\core\behavior;
|
|
|
|
use app\core\implement\BehaviorIntterface;
|
|
|
|
class BuildResponseBehavior implements BehaviorIntterface
|
|
{
|
|
public function run()
|
|
{
|
|
|
|
}
|
|
|
|
} |