Skip to content

Commit

Permalink
fix: absolute import for context_system
Browse files Browse the repository at this point in the history
  • Loading branch information
RiedleroD committed Jan 3, 2025
1 parent 296ba6a commit 1fb6555
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lbplanner/classes/helpers/slot_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@

namespace local_lbplanner\helpers;

use context_system;
use core\context\system as context_system;

use DateInterval;
use DateTime;
use DateTimeImmutable;
Expand Down

0 comments on commit 1fb6555

Please sign in to comment.