diff --git a/src/Faker/Provider/pl_PL/Internet.php b/src/Faker/Provider/pl_PL/Internet.php new file mode 100644 index 00000000..4c53d875 --- /dev/null +++ b/src/Faker/Provider/pl_PL/Internet.php @@ -0,0 +1,38 @@ +toAscii(parent::email()); + } + + /** + * @example 'dominika16' + */ + public function userName() + { + return $this->toAscii(parent::userName()); + } +} \ No newline at end of file diff --git a/src/Faker/Provider/pl_PL/Person.php b/src/Faker/Provider/pl_PL/Person.php new file mode 100644 index 00000000..af5ba0fc --- /dev/null +++ b/src/Faker/Provider/pl_PL/Person.php @@ -0,0 +1,55 @@ +