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

Fix namespace typo in Company

This commit is contained in:
Abu Ashraf Masnun 2014-01-24 02:35:18 +06:00
parent 6cadb06eae
commit 287f500eb8

View File

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