Skip to content

Commit

Permalink
Fix namespace for provider
Browse files Browse the repository at this point in the history
  • Loading branch information
yatsenkolesh committed Oct 9, 2021
1 parent 40d529b commit 4538ed7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,12 @@
"php": "^5.5 || ^7.0 || ^8.0",
"laravel/framework": "^5.6 || ^6.0 || ^7.0 || ^8.0",
"abrouter/abrouter-php-client": "^0.2"
},
"extra": {
"laravel": {
"providers": [
"Abrouter\\LaravelClient\\Providers\\AbrouterServiceProvider"
]
}
}
}
2 changes: 1 addition & 1 deletion src/Providers/AbrouterServiceProvider.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
declare(strict_types = 1);

namespace Abrouter\LaravelClient;
namespace Abrouter\LaravelClient\Providers;

use Abrouter\Client\Config\Config;
use Illuminate\Support\ServiceProvider;
Expand Down

0 comments on commit 4538ed7

Please sign in to comment.