File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -86,14 +86,6 @@ private function bootSlowQueryLogging()
8686 });
8787 }
8888
89- /**
90- * Register any application services.
91- */
92- public function register (): void
93- {
94- //
95- }
96-
9789 public function bootEvent (): void
9890 {
9991 User::observe (UserObserver::class);
@@ -112,4 +104,12 @@ public function bootPolicies(): void
112104 {
113105 Gate::policy (DatabaseNotification::class, NotificationPolicy::class);
114106 }
107+
108+ /**
109+ * Register any application services.
110+ */
111+ public function register (): void
112+ {
113+ //
114+ }
115115}
Original file line number Diff line number Diff line change 7474 "A new reply was added to <a href= \"{$ replyAbleRoute }\" class= \"text-lio-700 \"> \"{$ thread ->subject ()}\"</a>. " ,
7575 ))
7676 ->assertDispatched ('NotificationMarkedAsRead ' );
77- })-> only () ;
77+ });
7878
7979test ('a_non_logged_in_user_cannot_access_notifications ' , function () {
8080 Livewire::test (Notifications::class)->assertForbidden ();
You can’t perform that action at this time.
0 commit comments