You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownew \InvalidArgumentException(sprintf('The model class [%s] could not be found.', $this->fqcnForContext($context)));
63
+
}
58
64
59
-
if ($throwWhenMissing) {
60
-
thrownew \InvalidArgumentException(
61
-
sprintf(
62
-
'The [%s] model class could not be found or autoloaded. Please ensure that the model class name is correctly spelled, adheres to the appropriate namespace, and that the file containing the class is properly located within the "app/Models" directory or another relevant directory as configured.',
0 commit comments