mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 14:36:17 +00:00
temp - disable notifications on installation
This commit is contained in:
@ -91,7 +91,7 @@ public function install(): void
|
||||
'server' => $this->server,
|
||||
])
|
||||
);
|
||||
Notifier::send($this->server, new ServerInstallationSucceed($this->server));
|
||||
// Notifier::send($this->server, new ServerInstallationSucceed($this->server));
|
||||
};
|
||||
|
||||
Bus::chain($jobs)
|
||||
|
Reference in New Issue
Block a user