We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f87226 commit b3f4ca2Copy full SHA for b3f4ca2
src/Traits/Resource/HasAttributes.php
@@ -174,7 +174,7 @@ public function syncOriginalWith(array $attributes = [])
174
* @param array $parameters
175
* @return mixed
176
*/
177
- public function __call(string $method, array $parameters)
+ public function __call($method, $parameters)
178
{
179
if (static::hasMacro($method)) {
180
return $this->macroCall($method, $parameters);
0 commit comments