* Add unit test.

This commit is contained in:
sunguangming
2023-11-25 09:33:49 +08:00
parent 31b2b32063
commit f3a3974530
2 changed files with 48 additions and 1 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ class commonModel extends model
* @access public
* @return object|false $parentExecution
*/
public function syncExecutionByChild(object $execution)
public function syncExecutionByChild(object $execution): object|false
{
if($execution->grade == 1) return false;