mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-23 19:32:33 +00:00
16 lines
174 B
PHP
16 lines
174 B
PHP
<?php
|
|
/**
|
|
*
|
|
* @author: xaboy<365615158@qq.com>
|
|
* @day: 2017/12/19
|
|
*/
|
|
|
|
namespace behavior\wap;
|
|
|
|
class WapBehavior
|
|
{
|
|
public static function wapInit()
|
|
{
|
|
}
|
|
|
|
} |