Skip to content

Commit

Permalink
Modified SignatureServiceProvider App\Components\Signature\Providers
Browse files Browse the repository at this point in the history
  • Loading branch information
anonymoussc committed Jan 2, 2019
1 parent 9b04038 commit 15cfd99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Providers/SignatureServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public function boot()
public function register()
{
$this->app->register(RouteServiceProvider::class);
$this->app->register(\Optimus\ApiConsumer\Provider\LaravelServiceProvider::class);
}

/**
Expand Down

0 comments on commit 15cfd99

Please sign in to comment.