Skip to content

Commit b03fac9

Browse files
Rydgelimdhemy
andauthored
[1.x] prevent attaching email verification listener (#447)
Co-authored-by: imdhemy <[email protected]>
1 parent 1e6bc7f commit b03fac9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ServiceProviders/EventServiceProvider.php

+4
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,8 @@ public function __construct(Application $app)
1919

2020
$this->listen = (array)config(LiapServiceProvider::CONFIG_KEY.'.eventListeners');
2121
}
22+
23+
protected function configureEmailVerification(): void
24+
{
25+
}
2226
}

0 commit comments

Comments
 (0)