Skip to content

Commit

Permalink
🔧 more re-structuring
Browse files Browse the repository at this point in the history
  • Loading branch information
acidjazz committed Aug 20, 2018
1 parent 7cafece commit a004a88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
"autoload": {
"psr-4": {
"acidjazz\\metapi\\": "src"
},
"files": [
"src/MetapiServiceProvider.php"
]
}
}
}
4 changes: 1 addition & 3 deletions src/MetapiServiceProvider.php → src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

namespace acidjazz\metapi;

use Illuminate\Support\ServiceProvider;

class MetapiServiceProvider extends ServiceProvider
class ServiceProvider extends \Illuminate\Support\ServiceProvider
{

public function boot()
Expand Down

0 comments on commit a004a88

Please sign in to comment.