Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
aryehraber committed May 10, 2023
1 parent 15c8818 commit 365e6cd
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/CaptchaServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,6 @@ class CaptchaServiceProvider extends AddonServiceProvider
'web' => __DIR__.'/../routes/web.php',
];

public function boot()
{
parent::boot();

$this->loadTranslationsFrom(__DIR__.'/../resources/lang', 'captcha');
}

public function register()
{
$this->app->bind(Captcha::class, function () {
Expand Down

0 comments on commit 365e6cd

Please sign in to comment.