Skip to content

Commit 1066e39

Browse files
authored
Fix method name in shouldBeStrict method (#44520)
1 parent 1f86a99 commit 1066e39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Database/Eloquent/Model.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ public static function shouldBeStrict(bool $shouldBeStrict = true)
398398

399399
static::preventLazyLoading();
400400
static::preventSilentlyDiscardingAttributes();
401-
static::preventsAccessingMissingAttributes();
401+
static::preventAccessingMissingAttributes();
402402
}
403403

404404
/**

0 commit comments

Comments
 (0)