mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-07 18:42:49 +08:00
9 lines
68 B
PHP
9 lines
68 B
PHP
<?php
|
|
|
|
namespace trait\admin\controller;
|
|
|
|
trait LoginTrait
|
|
{
|
|
|
|
}
|