mirror of
https://github.com/fzaninotto/Faker.git
synced 2025-04-20 07:21:57 +02:00
Security hardening
This commit is contained in:
parent
fc10d778e4
commit
848d812523
@ -289,4 +289,9 @@ class Generator
|
||||
{
|
||||
$this->seed();
|
||||
}
|
||||
|
||||
public function __wakeup()
|
||||
{
|
||||
$this->formatters = [];
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user