remove $backup

This commit is contained in:
fogelito 2024-06-09 16:19:02 +03:00
parent abde5393df
commit 0e33fb2b64

View file

@ -11,7 +11,6 @@ class Migration extends Event
protected string $type = '';
protected ?Document $migration = null;
protected ?Document $archive = null;
protected ?Document $backup = null;
public function __construct(protected Connection $connection)
{