重写事件

This commit is contained in:
JaguarJack
2020-04-17 06:47:04 +08:00
parent 1b8f0df628
commit c4d29b5cbf
6 changed files with 47 additions and 42 deletions

View File

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

View File

@@ -1,12 +0,0 @@
<?php
namespace catchAdmin\system\event;
class OperateLogEvent
{
protected $params;
public function __construct(array $params)
{
$this->params = $params;
}
}