diff --git a/base.php b/base.php index 2748993e..e60d05b2 100644 --- a/base.php +++ b/base.php @@ -315,5 +315,5 @@ function S($name, $value = '', $options = null) */ function trace($log,$level='log',$css='') { - return think\Slog::record($level,$log,$css); + think\Slog::record($level,$log,$css); } \ No newline at end of file