Skip to content

Commit 013ea06

Browse files
authored
Merge pull request #7 from RVxLab/master
Alias the HCaptcha class so it can be used for dependency injection
2 parents 4fb198a + 25c0a86 commit 013ea06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/HCaptchaServiceProvider.php

+2
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ public function register()
6868
);
6969
}
7070
});
71+
72+
$this->app->alias('HCaptcha', HCaptcha::class);
7173
}
7274

7375
/**

0 commit comments

Comments
 (0)