Skip to content

Commit 23bcae6

Browse files
author
Pantea Marius-ciclistu
committed
POC for laravel/framework#31778 revert because they are handled in performInsert
1 parent aea765e commit 23bcae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

illuminate/Database/Eloquent/Concerns/HasAttributes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1912,7 +1912,7 @@ public function getAttributes()
19121912
*/
19131913
protected function getAttributesForInsert()
19141914
{
1915-
return $this->tmpOriginalBeforeAfterEvents = $this->getAttributes();
1915+
return $this->getAttributes();
19161916
}
19171917

19181918
/**

0 commit comments

Comments
 (0)