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

Commit 5ffe7db

Browse files
committed
Merge tag 'v1.9.2'
2 parents ac73e52 + 848d812 commit 5ffe7db

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: src/Faker/Generator.php

+5
Original file line numberDiff line numberDiff line change
@@ -291,4 +291,9 @@ public function __destruct()
291291
{
292292
$this->seed();
293293
}
294+
295+
public function __wakeup()
296+
{
297+
$this->formatters = [];
298+
}
294299
}

0 commit comments

Comments
 (0)