first commit
This commit is contained in:
12
catch/system/event/OperateLogEvent.php
Normal file
12
catch/system/event/OperateLogEvent.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
namespace catchAdmin\system\event;
|
||||
|
||||
class OperateLogEvent
|
||||
{
|
||||
protected $params;
|
||||
|
||||
public function __construct(array $params)
|
||||
{
|
||||
$this->params = $params;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user