1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-04-20 07:21:57 +02:00

Security hardening

This commit is contained in:
fzaninotto 2020-12-11 10:56:16 +01:00
parent fc10d778e4
commit 848d812523

View File

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