@@ -38,7 +38,7 @@ |
||
| 38 | 38 | defined('MOODLE_INTERNAL') || die(); |
| 39 | 39 | |
| 40 | 40 | |
| 41 | -class store implements \tool_log\log\writer { |
|
| 41 | +class store implements \tool_log\log\writer { |
|
| 42 | 42 | use \tool_log\helper\store, |
| 43 | 43 | \tool_log\helper\reader; |
| 44 | 44 | |