This commit is contained in:
2021-02-24 18:34:57 +08:00
parent 22148402b6
commit 9024c7c3ab
21 changed files with 245 additions and 349 deletions
+2 -2
View File
@@ -39,9 +39,9 @@ class Schema extends Component
}
/**
* @return Change|null
* @return Change
*/
public function getChange(): ?Change
public function getChange(): Change
{
if ($this->_change === null) {
$this->_change = new Change();