|
@ -521,7 +521,6 @@ final class provider implements |
|
|
* @param string $path The path in the export (relative to the current context). |
|
|
* @param string $path The path in the export (relative to the current context). |
|
|
* @param array $attendances Array of attendances to export the logs for. |
|
|
* @param array $attendances Array of attendances to export the logs for. |
|
|
*/ |
|
|
*/ |
|
|
*/ |
|
|
|
|
|
private static function export_attendance_logs(string $path, array $attendances) { |
|
|
private static function export_attendance_logs(string $path, array $attendances) { |
|
|
$attendancesbycontextid = self::group_by_property($attendances, 'contextid'); |
|
|
$attendancesbycontextid = self::group_by_property($attendances, 'contextid'); |
|
|
|
|
|
|
|
|