mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
14 lines
147 B
PHP
14 lines
147 B
PHP
<?php
|
|
|
|
namespace app\common\traits;
|
|
|
|
use base\common\traits\JumpTraitBase;
|
|
|
|
/**
|
|
* Trait JumpTrait.
|
|
*/
|
|
trait JumpTrait
|
|
{
|
|
use JumpTraitBase;
|
|
}
|