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

Commit fb8d7a3

Browse files
author
Robert Kummer
authored
access modifiers added
1 parent 73d0f1b commit fb8d7a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Contracts/Repositories/Conditions/TakesParameter.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ interface TakesParameter
1111
* @param mixed $value
1212
* @return RepositoryCondition
1313
*/
14-
function setParameter($name, $value);
15-
}
14+
public function setParameter($name, $value);
15+
}

0 commit comments

Comments
 (0)