fix: require Crypto.php in ShareLink.php

This commit is contained in:
Pontoporeia
2026-05-19 00:08:06 +02:00
parent 9152b120e8
commit fdc301c20d
2 changed files with 15 additions and 0 deletions
+2
View File
@@ -1,5 +1,7 @@
<?php
require_once __DIR__ . '/Crypto.php';
/**
* ShareLink — model for student-access share links.
*