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

Commit da7aa28

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Contracts/Repositories/Conditions/RepositoryCondition.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ interface RepositoryCondition extends TakesParameter
99
*
1010
* @param TakesConditions $builder
1111
*/
12-
function apply(TakesConditions $builder);
12+
public function apply(TakesConditions $builder);
1313
}

0 commit comments

Comments
 (0)