Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c01b94 commit 152cebbCopy full SHA for 152cebb
utils/reflection.php
@@ -27,7 +27,7 @@ private static function resolve_class(string $class_name, string $name, bool $me
27
$class_name = get_parent_class($class_name);
28
} while ($class_name !== false);
29
30
- throw new \Exception("Unable to find class for the property {$property_name}");
+ throw new \Exception("Unable to find class for {$name}");
31
}
32
33
/**
0 commit comments