There was an error while loading. Please reload this page.
1 parent 1e6bc7f commit b03fac9Copy full SHA for b03fac9
1 file changed
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