From: Vincent Vanwaelscappel Date: Wed, 29 Jan 2025 10:18:24 +0000 (+0100) Subject: wait #7255 @1 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=5ab6c091e75d22f725ca27fa1aac0aa13cfd46f7;p=cubedesigners_userdatabase.git wait #7255 @1 --- diff --git a/src/app/Jobs/ApplyPermissionsToUsers.php b/src/app/Jobs/ApplyPermissionsToUsers.php index fe55f69..7cd9edc 100644 --- a/src/app/Jobs/ApplyPermissionsToUsers.php +++ b/src/app/Jobs/ApplyPermissionsToUsers.php @@ -163,7 +163,7 @@ class ApplyPermissionsToUsers extends Base implements ShouldBeUnique } DB::connection('extranet_users')->table('model_has_roles')->insert(array_values($rows)); Artisan::call('permission:cache-reset'); - dispatch(new URL('https://workshop.fluidbook.com/maintenance/refreshUsersTree')); + dispatch(new URL('https://extranet.cubedesigners.com/maintenance/refreshUsersTree')); } public function uniqueId(): string