mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 14:36:17 +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([
|
||||
|
@ -26,7 +26,7 @@ private function validate(array $input): void
|
||||
{
|
||||
Validator::make($input, [
|
||||
'aliases.*' => [
|
||||
new DomainRule(),
|
||||
new DomainRule,
|
||||
],
|
||||
])->validate();
|
||||
}
|
||||
|
Reference in New Issue
Block a user