Skip to content

Commit 7af11f5

Browse files
authored
Apply fixes from StyleCI (#33772)
1 parent 9240404 commit 7af11f5

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
@@ -379,7 +379,7 @@ protected function removeTableFromKey($key)
379379
if (strpos($key, '.') !== false) {
380380
if (! empty($this->getGuarded()) &&
381381
$this->getGuarded() !== ['*']) {
382-
throw new LogicException("Mass assignment of Eloquent attributes including table names is unsafe when guarding attributes.");
382+
throw new LogicException('Mass assignment of Eloquent attributes including table names is unsafe when guarding attributes.');
383383
}
384384

385385
return last(explode('.', $key));

0 commit comments

Comments
 (0)