Update the last providers.

This commit is contained in:
James Cole
2017-02-05 15:58:27 +01:00
parent 3ff83cd431
commit 152fb3f885
5 changed files with 38 additions and 38 deletions

View File

@@ -46,7 +46,7 @@ class RuleGroupServiceProvider extends ServiceProvider
{
$this->app->bind(
RuleGroupRepositoryInterface::class,
function (Application $app, array $arguments) {
function (Application $app) {
/** @var RuleGroupRepository $repository */
$repository = app(RuleGroupRepository::class);
if ($app->auth->check()) {