Back to News & Newsletter Support

core.teamelite21203
core.teamelite21203

I have the following errors after the recent updates on this plugin.

*

  • @throws \BadMethodCallException */ public function __call($method, $parameters) { if (! static::hasMacro($method)) { throw new BadMethodCallException("Method {$method} does not exist."); }

    $macro = static::$macros[$method];
    
    if ($macro instanceof Closure) {
        return call_user_func_array($macro->bindTo($this, static::class), $parameters);

1-1 of 1