Skip to content
This repository was archived by the owner on Dec 12, 2017. It is now read-only.

Commit 97b8d90

Browse files
authored
Update CanBeExtended.php
1 parent 4edca58 commit 97b8d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CanBeExtended.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public function __get($property)
1414
return Extendable::getExtension(get_called_class(), $property, [$this]);
1515
}
1616

17-
return parent::__get($name);
17+
return parent::__get($property);
1818
}
1919

2020
/**

0 commit comments

Comments
 (0)