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 9240404 commit 7af11f5Copy full SHA for 7af11f5
src/Illuminate/Database/Eloquent/Model.php
@@ -379,7 +379,7 @@ protected function removeTableFromKey($key)
379
if (strpos($key, '.') !== false) {
380
if (! empty($this->getGuarded()) &&
381
$this->getGuarded() !== ['*']) {
382
- throw new LogicException("Mass assignment of Eloquent attributes including table names is unsafe when guarding attributes.");
+ throw new LogicException('Mass assignment of Eloquent attributes including table names is unsafe when guarding attributes.');
383
}
384
385
return last(explode('.', $key));
0 commit comments