Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Commit

Permalink
Merge tag 'v1.9.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed Dec 11, 2020
2 parents ac73e52 + 848d812 commit 5ffe7db
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Faker/Generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -291,4 +291,9 @@ public function __destruct()
{
$this->seed();
}

public function __wakeup()
{
$this->formatters = [];
}
}

0 comments on commit 5ffe7db

Please # to comment.