Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.

Commit

Permalink
Add missing abstract function in service provider
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlap committed Jul 3, 2017
1 parent 550b7a9 commit 656f406
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/ApprovableServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,11 @@ public function boot()
], 'migrations');
}
}

/**
* Register the service provider.
*/
public function register()
{
}
}

0 comments on commit 656f406

Please sign in to comment.