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()
86
86
});
87
87
}
88
88
89
- /**
90
- * Register any application services.
91
- */
92
- public function register (): void
93
- {
94
- //
95
- }
96
-
97
89
public function bootEvent (): void
98
90
{
99
91
User::observe (UserObserver::class);
@@ -112,4 +104,12 @@ public function bootPolicies(): void
112
104
{
113
105
Gate::policy (DatabaseNotification::class, NotificationPolicy::class);
114
106
}
107
+
108
+ /**
109
+ * Register any application services.
110
+ */
111
+ public function register (): void
112
+ {
113
+ //
114
+ }
115
115
}
Original file line number Diff line number Diff line change 74
74
"A new reply was added to <a href= \"{$ replyAbleRoute }\" class= \"text-lio-700 \"> \"{$ thread ->subject ()}\"</a>. " ,
75
75
))
76
76
->assertDispatched ('NotificationMarkedAsRead ' );
77
- })-> only () ;
77
+ });
78
78
79
79
test ('a_non_logged_in_user_cannot_access_notifications ' , function () {
80
80
Livewire::test (Notifications::class)->assertForbidden ();
You can’t perform that action at this time.
0 commit comments