Merge branch 'develop' of github.com:laravel/laravel into develop
This commit is contained in:
commit
fcf9cd3ccc
|
@ -316,8 +316,9 @@ public static function __callStatic($method, $parameters)
|
|||
{
|
||||
if (strpos($method, 'of_') === 0)
|
||||
{
|
||||
return static::with(substr($method, 3), Arr::get($parameters, 0, array()));
|
||||
return static::of(substr($method, 3), Arr::get($parameters, 0, array()));
|
||||
}
|
||||
throw new \BadMethodCallException("Method [$method] is not defined on the Response class.");
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue