mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-14 04:13:46 +02:00
Implement base notifications support (#77)
* initial implementation of notifications * typehint UUID returns. Fixes that notifications bug
This commit is contained in:
@@ -176,7 +176,7 @@ class ServerController extends Controller
|
||||
|
||||
$download = new Models\Download;
|
||||
|
||||
$download->token = Uuid::generate(4);
|
||||
$download->token = (string) Uuid::generate(4);
|
||||
$download->server = $server->uuid;
|
||||
$download->path = str_replace('../', '', $file);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user