update lock clucknut
All checks were successful
All checks were successful
This commit is contained in:
@@ -98,6 +98,6 @@ public function provider()
|
||||
*/
|
||||
public function __call($method, array $parameters)
|
||||
{
|
||||
return $this->forwardCallTo($this->provider(), $method, $parameters);
|
||||
return $this->forwardDecoratedCallTo($this->provider(), $method, $parameters);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user