Skip to content

Commit

Permalink
Revert "[5.8] Make register method in the ServiceProvider as part o…
Browse files Browse the repository at this point in the history
…f the contract In the laravel/framework#27067 pr was added DeferrableProvider service provider.  This Pr will add pretty the same thing.  In case, if it will be accepted then I will add documentation for this."

This reverts commit f7fc225
  • Loading branch information
TBlindaruk committed Feb 18, 2019
1 parent 024205a commit 56a9f29
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions HashServiceProvider.php
Expand Up @@ -4,9 +4,8 @@

use Illuminate\Support\ServiceProvider;
use Illuminate\Contracts\Support\DeferrableProvider;
use Illuminate\Contracts\Support\RegistrableProvider;

class HashServiceProvider extends ServiceProvider implements DeferrableProvider, RegistrableProvider
class HashServiceProvider extends ServiceProvider implements DeferrableProvider
{
/**
* Register the service provider.
Expand Down

0 comments on commit 56a9f29

Please sign in to comment.