We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eb1ec4 commit 0117887Copy full SHA for 0117887
src/Castel.php
@@ -74,7 +74,7 @@ public function extend($id, Closure $callable)
74
}
75
$parent = $this->values[$id];
76
$this->values[$id] = function ($c) use ($callable, $parent) {
77
- return $callable(self::fabricate($parent, $c), $c);
+ return $callable(Castel::fabricate($parent, $c), $c);
78
};
79
if (property_exists($this, $id)) {
80
$this->$id = $callable($this->$id, $this);
0 commit comments