mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-09-02 22:21:38 +08:00
10 lines
149 B
PHP
10 lines
149 B
PHP
<?php
|
|
|
|
namespace app\common\event\AdminLoginSuccess;
|
|
|
|
use base\common\event\AdminLoginSuccess\LogEventBase;
|
|
|
|
class LogEvent extends LogEventBase
|
|
{
|
|
}
|