Skip to content

Commit

Permalink
Change namespace to Vinelab\Services\Country
Browse files Browse the repository at this point in the history
  • Loading branch information
Mulkave committed Jun 6, 2013
1 parent e5d093b commit 17d77cb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

"autoload": {
"psr-0": {
"Vinelab\\Country": "src/"
"Vinelab\\Services\\Country": "src/"
}
},
"minimum-stability": "dev"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php namespace Vinelab\Country;
<?php namespace Vinelab\Services\Country;

use Illuminate\Support\ServiceProvider;

Expand Down Expand Up @@ -35,7 +35,7 @@ public function register()
$this->app->booting(function() {

$loader = \Illuminate\Foundation\AliasLoader::getInstance();
$loader->alias('Country', 'Vinelab\Country\Facades\Guide');
$loader->alias('Country', 'Vinelab\Services\Country\Facades\Guide');
});
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php namespace Vinelab\Country\Facades;
<?php namespace Vinelab\Services\Country\Facades;

use Illuminate\Support\Facades\Facade;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php namespace Vinelab\Country;
<?php namespace Vinelab\Services\Country;

Class Guide {

Expand Down

0 comments on commit 17d77cb

Please sign in to comment.