Implement base notifications support (#77)
* initial implementation of notifications * typehint UUID returns. Fixes that notifications bug
This commit is contained in:
parent
b3ca8a3732
commit
b02df8e610
11 changed files with 176 additions and 28 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue