Skip to content

Commit e5e1039

Browse files
author
github-ci
committed
update+
1 parent 0d014d2 commit e5e1039

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Service/AopInterceptor.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ public function __invoke(object $proxy, object $instance, string $method, array
124124
$instance = $joinPoint->getInstance();
125125
}
126126

127+
$returnValue = null;
127128
try {
128129
// 执行目标方法
129130

0 commit comments

Comments
 (0)