Skip to content

Commit 54802b5

Browse files
Fix pint
1 parent 728e019 commit 54802b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Contracts/Repositories/BackupRepository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ interface BackupRepository
1111
{
1212
/**
1313
* Get all backups.
14-
*
14+
*
1515
* @return Collection<BackupDto>
1616
*/
1717
public function all(): Collection;

0 commit comments

Comments
 (0)