We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13f46e3 commit 7275803Copy full SHA for 7275803
src/UsersServiceProvider.php
@@ -148,8 +148,6 @@ public function packageBooted(): void
148
// Testing
149
Testable::mixin(new TestsUsers);
150
151
- Event::listen(FilamentUserCreated::class, SendFilamentInvitationMail::class);
152
-
153
FilamentView::registerRenderHook(PanelsRenderHook::HEAD_END, function (): Htmlable {
154
return new HtmlString('<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>');
155
});
0 commit comments