Skip to content

Commit

Permalink
Merge pull request #128 from dmitriim/issue125
Browse files Browse the repository at this point in the history
issue #125: fix PHP deprecation notice
  • Loading branch information
danmarsden authored Nov 21, 2023
2 parents 38c9427 + 267e02b commit 965c7be
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions classes/table/participants.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@
*/
class participants extends \core_user\table\participants {

/**
* A list of roles that current user can view in a context.
* @var array
*/
protected $viewableroles;

/**
* @var bool|mixed Is recompletion enabled in this course.
*/
Expand Down

0 comments on commit 965c7be

Please sign in to comment.