@@ -32,6 +32,9 @@ |
||
| 32 | 32 | /** @var array */ |
| 33 | 33 | private $migrations; |
| 34 | 34 | |
| 35 | + /** |
|
| 36 | + * @param string $appName |
|
| 37 | + */ |
|
| 35 | 38 | function __construct($appName, Connection $connection) { |
| 36 | 39 | $this->appName = $appName; |
| 37 | 40 | $this->connection = $connection; |