diff --git a/wire/core/WireHooks.php b/wire/core/WireHooks.php index 6d1f0233..1368b08d 100644 --- a/wire/core/WireHooks.php +++ b/wire/core/WireHooks.php @@ -295,6 +295,8 @@ class WireHooks { if($type == 'method' || $type == 'either') { if(strpos($method, '(') === false) $method .= '()'; if($type == 'either') $property = rtrim($method, '()'); + } else { + $property = rtrim($method, '()'); } if($type == 'method') {