mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-28 02:50:39 +00:00
vuefilemanager broadcast server enhancements
This commit is contained in:
@@ -17,7 +17,7 @@ class SetUploadRequestAsFilledController
|
||||
]);
|
||||
|
||||
// Send user notification
|
||||
if (! (is_demo() && $uploadRequest->user->email === 'howdy@hi5ve.digital')) {
|
||||
if ($uploadRequest->user->email !== 'howdy@hi5ve.digital') {
|
||||
$uploadRequest->user->notify(new UploadRequestFulfilledNotification($uploadRequest));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user