mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-03 06:56:15 +00:00
2.x - databases
This commit is contained in:
@ -22,7 +22,7 @@ public function run(Site $site): Deployment
|
||||
}
|
||||
|
||||
if (! $site->deploymentScript?->content) {
|
||||
throw new DeploymentScriptIsEmptyException();
|
||||
throw new DeploymentScriptIsEmptyException;
|
||||
}
|
||||
|
||||
$deployment = new Deployment([
|
||||
|
Reference in New Issue
Block a user