Skip to content

Commit 9b2a801

Browse files
committed
CTP-3560 expose priv method
1 parent ffb8018 commit 9b2a801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/models/coursework.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2345,7 +2345,7 @@ public function get_stage($identifier) {
23452345
* @return submission[]
23462346
* @throws \coding_exception
23472347
*/
2348-
private function get_submissions_to_publish() {
2348+
public function get_submissions_to_publish() {
23492349
$params = array(
23502350
'courseworkid' => $this->id
23512351
);

0 commit comments

Comments
 (0)