1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-03-21 15:59:52 +01:00

Correct namspace

This commit is contained in:
David Faux 2013-12-06 13:07:04 +02:00
parent 434d0f0afc
commit 933e6cb4ab

View File

@ -1,6 +1,6 @@
<?php
namespace Faker\Provider\en_US;
namespace Faker\Provider\en_ZA;
class Address extends \Faker\Provider\Address
{