fix: require Crypto.php in ShareLink.php

This commit is contained in:
Pontoporeia
2026-05-12 14:28:32 +02:00
parent 9152b120e8
commit fdc301c20d
2 changed files with 15 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
<?php
require_once __DIR__ . '/Crypto.php';
/**
* ShareLink — model for student-access share links.
*