Skip to content

Commit

Permalink
Merge pull request #7 from RVxLab/master
Browse files Browse the repository at this point in the history
Alias the HCaptcha class so it can be used for dependency injection
  • Loading branch information
Scyllaly authored Sep 17, 2021
2 parents 4fb198a + 25c0a86 commit 013ea06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/HCaptchaServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ public function register()
);
}
});

$this->app->alias('HCaptcha', HCaptcha::class);
}

/**
Expand Down

0 comments on commit 013ea06

Please sign in to comment.