catchAdmin/catchAdmin/system/event/LoginLogEvent.php
2019-12-12 22:33:12 +08:00

12 lines
181 B
PHP

<?php
namespace catchAdmin\system\event;
class LoginLogEvent
{
protected $params;
public function __construct(array $params)
{
$this->params = $params;
}
}