Skip to content

Commit

Permalink
Merge pull request #52 from aryehraber/feat/statamic-4
Browse files Browse the repository at this point in the history
Clean up
  • Loading branch information
aryehraber authored May 10, 2023
2 parents 53929c9 + 365e6cd commit 5893ac9
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 5893ac9

Please sign in to comment.