|
@@ -24,7 +24,6 @@ class VirtualPropertyMetadata extends PropertyMetadata
|
|
|
|
|
|
public function __construct($class, $methodName)
|
|
public function __construct($class, $methodName)
|
|
{
|
|
{
|
|
-
|
|
|
|
if ('get' === substr($methodName, 0, 3)) {
|
|
if ('get' === substr($methodName, 0, 3)) {
|
|
$fieldName = lcfirst(substr($methodName, 3));
|
|
$fieldName = lcfirst(substr($methodName, 3));
|
|
} else {
|
|
} else {
|