Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ public function canDeleteAllNotifications(): array
*/
public function deleting_all_notifications_invalidates_unread_count_cache()
{
$this->app();

$cache = resolve('cache.store');

// Prime the cache with stale counts so we can verify they are cleared.
Expand Down
Loading