mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-05-26 14:34:42 +00:00
SetUploadRequestAsFilledController demo fix
This commit is contained in:
@@ -17,7 +17,7 @@ class SetUploadRequestAsFilledController
|
|||||||
]);
|
]);
|
||||||
|
|
||||||
// Send user notification
|
// Send user notification
|
||||||
if (! is_demo_account()) {
|
if (! (is_demo() && $uploadRequest->user->email === 'howdy@hi5ve.digital')) {
|
||||||
$uploadRequest->user->notify(new UploadRequestFulfilledNotification($uploadRequest));
|
$uploadRequest->user->notify(new UploadRequestFulfilledNotification($uploadRequest));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user