Adding this to class: MatrixArray, fixes the issue ``` public function makeNew() { return new MatrixArray($this->page); } ```