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 2e1804a commit 2e21b6bCopy full SHA for 2e21b6b
illuminate/Database/Eloquent/Model.php
@@ -2364,7 +2364,7 @@ public function __call($method, $parameters)
2364
/** \MacropaySolutions\MaravelRestWizard\Models\BaseModel::incrementBulk can be used instead */
2365
throw new \BadMethodCallException(\sprintf(
2366
'Call to unscoped method %s::%s(). Use $model->newQuery()->getQuery()->%s()' .
2367
- ' for unscoped or $model->newQuery()->%s() for scoped behaviour.',
+ ' for unscoped or $model->newQuery()->%s() for scoped behavior.',
2368
static::class,
2369
$method,
2370
0 commit comments