This commit is contained in:
as2252258@163.com
2021-04-24 19:35:34 +08:00
parent 96266e3f21
commit 5c2dd1873a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -423,7 +423,7 @@ class Loader extends BaseObject
* @param $value
* @param $name
*/
private function _execute($class, $annotation, $handler, $value, $name)
private function _execute($class,Annotation $annotation, $handler, $value, $name)
{
if ($value instanceof Relation) {
$annotation->addRelate($handler, $value->name, $name);