Skip to content

Commit

Permalink
Fix type hints
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoIsRecursive committed Jun 14, 2024
1 parent 9c28113 commit 0e1169b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Contracts/Repositories/BackupRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ interface BackupRepository
{
/**
* Get all backups.
* @return Collection<BackupDto>
*/
public function all(): Collection;

Expand Down

0 comments on commit 0e1169b

Please sign in to comment.