diff --git a/web/Modules/Microweber/Listeners/DomainIsCreatedListener.php b/web/Modules/Microweber/Listeners/DomainIsCreatedListener.php index 2e92225..aee0843 100644 --- a/web/Modules/Microweber/Listeners/DomainIsCreatedListener.php +++ b/web/Modules/Microweber/Listeners/DomainIsCreatedListener.php @@ -31,7 +31,6 @@ class DomainIsCreatedListener if (! $findHostingSubscription) { return; } - $findHostingPlan = HostingPlan::where('id', $findHostingSubscription->hosting_plan_id)->first(); if (! $findHostingPlan) { return; @@ -41,14 +40,14 @@ class DomainIsCreatedListener return; } - $phyreShellExecutor = new \Modules\Microweber\Shell\Adapters\PhyreShellExecutor(); + // $phyreShellExecutor = new \Modules\Microweber\Shell\Adapters\PhyreShellExecutor(); $installationType = 'symlink'; $installationLanguage = 'bg'; $installationTemplate = 'shopmag'; $install = new \MicroweberPackages\SharedServerScripts\MicroweberInstaller(); - $install->setShellExecutor($phyreShellExecutor); + // $install->setShellExecutor($phyreShellExecutor); $install->setChownUser($findDomain->domain_username); $install->enableChownAfterInstall();