Skip to content

Commit 2e21b6b

Browse files
author
Pantea Marius-ciclistu
committed
Fix typo
1 parent 2e1804a commit 2e21b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

illuminate/Database/Eloquent/Model.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2364,7 +2364,7 @@ public function __call($method, $parameters)
23642364
/** \MacropaySolutions\MaravelRestWizard\Models\BaseModel::incrementBulk can be used instead */
23652365
throw new \BadMethodCallException(\sprintf(
23662366
'Call to unscoped method %s::%s(). Use $model->newQuery()->getQuery()->%s()' .
2367-
' for unscoped or $model->newQuery()->%s() for scoped behaviour.',
2367+
' for unscoped or $model->newQuery()->%s() for scoped behavior.',
23682368
static::class,
23692369
$method,
23702370
$method,

0 commit comments

Comments
 (0)