Skip to content
Snippets Groups Projects
Commit 597d8a42 authored by Dasuntha Gunathunga's avatar Dasuntha Gunathunga
Browse files

issue121 - Fixed

parent c32b5172
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ class EnrolmentCreated extends Event {
],
'object' => $this->read_course($opts),
'context' => [
'instructor' => $this->read_user($opts, 'instructor'),
'instructor' => parent::read($opts)['actor'],
],
]);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment