Skip to content

Commit

Permalink
Merge pull request #21 from aetonsi/master
Browse files Browse the repository at this point in the history
Fix namespaces for DE languages
  • Loading branch information
jzonta authored Oct 29, 2019
2 parents afd8fab + 310fc5b commit 965c415
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jzonta/faker-restaurant",
"description": "Food and Beverage names generate using fzaninotto/Faker",
"homepage": "https://github.com/jzonta/FakerRestaurant",
"version": "1.1.2",
"version": "1.1.3",
"license": "MIT",
"authors": [
{ "name": "João Zonta" }
Expand Down
2 changes: 1 addition & 1 deletion src/Provider/de_AT/Restaurant.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace FakerRestaurant\Provider\en_US;
namespace FakerRestaurant\Provider\de_AT;

class Restaurant extends \Faker\Provider\Base
{
Expand Down
2 changes: 1 addition & 1 deletion src/Provider/de_DE/Restaurant.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace FakerRestaurant\Provider\en_US;
namespace FakerRestaurant\Provider\de_DE;

class Restaurant extends \Faker\Provider\Base
{
Expand Down

0 comments on commit 965c415

Please sign in to comment.