mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update OplogService.php
This commit is contained in:
parent
36e22d1a56
commit
9fc354bf8e
@ -28,8 +28,8 @@ class OplogService
|
|||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* 写入操作日志
|
* 写入操作日志
|
||||||
* @param string $action
|
* @param string $action 日志行为
|
||||||
* @param string $content
|
* @param string $content 日志内容
|
||||||
* @return bool
|
* @return bool
|
||||||
*/
|
*/
|
||||||
public static function write($action = '行为', $content = "内容描述")
|
public static function write($action = '行为', $content = "内容描述")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user