Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.

Commit 98d7478

Browse files
author
Robert Kummer
authored
access modifiers added
1 parent d4f2262 commit 98d7478

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Contracts/Repositories/ConditionAwareRepository.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ interface ConditionAwareRepository
1010
* @param RepositoryCondition $constraint
1111
* @return void
1212
*/
13-
function applyCondition(RepositoryCondition $constraint);
14-
}
13+
public function applyCondition(RepositoryCondition $constraint);
14+
}

0 commit comments

Comments
 (0)