Skip to content

Instantly share code, notes, and snippets.

@hamzaali00001
Created August 26, 2018 07:27
Show Gist options
  • Save hamzaali00001/d8598568ed6f6b94be5eb0fe67f47560 to your computer and use it in GitHub Desktop.
Save hamzaali00001/d8598568ed6f6b94be5eb0fe67f47560 to your computer and use it in GitHub Desktop.
public function __call($method, $parameters)
{
$this->target->{$method}(...$parameters);
return $this->target;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment