mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
Implement base notifications support (#77)
* initial implementation of notifications * typehint UUID returns. Fixes that notifications bug
This commit is contained in:
@@ -59,7 +59,7 @@ class UuidService
|
||||
|
||||
} while (!$return);
|
||||
|
||||
return $return;
|
||||
return (string) $return;
|
||||
|
||||
}
|
||||
|
||||
@@ -85,7 +85,7 @@ class UuidService
|
||||
|
||||
} while (!$return);
|
||||
|
||||
return $return;
|
||||
return (string) $return;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user