add migrations document

This commit is contained in:
fogelito 2024-06-19 11:09:37 +03:00
parent d39060e0a8
commit f1bff1b62c

View file

@ -34,6 +34,7 @@ class Migrations extends Action
protected Database $dbForProject;
protected Database $dbForConsole;
protected Document $project;
protected Document $migration;
public static function getName(): string
{
@ -81,6 +82,7 @@ class Migrations extends Action
$this->dbForProject = $dbForProject;
$this->dbForConsole = $dbForConsole;
$this->project = $project;
$this->migration = $migration;
/**
* Handle Event execution.