This commit is contained in:
User
2025-02-07 18:24:52 -05:00
parent 75d4a616dd
commit b7f9b0aff7
17 changed files with 304 additions and 245 deletions

View File

@@ -63,7 +63,7 @@ class CleanupReadingHistories extends Command
/**
* Clean up duplicate reading histories for a single user.
*
* @param \App\Models\User $user
* @param User $user
* @return void
*/
protected function cleanUpForUser(User $user): void