Skip to content

Commit 59231c5

Browse files
ArshidArshid
authored andcommitted
Replace __wakeup with __unserialize for object unserialization
1 parent 3694fc9 commit 59231c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Illuminate/Database/Eloquent/Model.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2626,7 +2626,6 @@ public function __unserialize($data)
26262626
$this->{$property} = $value;
26272627
}
26282628
}
2629-
26302629
$this->bootIfNotBooted();
26312630

26322631
$this->initializeTraits();

0 commit comments

Comments
 (0)