Fix styling

This commit is contained in:
andrasbacsai
2024-07-24 12:27:21 +00:00
committed by github-actions[bot]
parent 6cc86a3c82
commit f76d45b826
46 changed files with 79 additions and 79 deletions

View File

@@ -59,7 +59,7 @@ class Create extends Component
{
try {
$this->validate();
$this->storage = new S3Storage();
$this->storage = new S3Storage;
$this->storage->name = $this->name;
$this->storage->description = $this->description ?? null;
$this->storage->region = $this->region;