We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e6bc7f commit b03fac9Copy full SHA for b03fac9
src/ServiceProviders/EventServiceProvider.php
@@ -19,4 +19,8 @@ public function __construct(Application $app)
19
20
$this->listen = (array)config(LiapServiceProvider::CONFIG_KEY.'.eventListeners');
21
}
22
+
23
+ protected function configureEmailVerification(): void
24
+ {
25
+ }
26
0 commit comments