1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-01-16 21:58:18 +01:00

Merge tag 'v1.9.2'

This commit is contained in:
fzaninotto 2020-12-11 10:59:14 +01:00
commit 5ffe7db6c8

View File

@ -291,4 +291,9 @@ class Generator
{
$this->seed();
}
public function __wakeup()
{
$this->formatters = [];
}
}