WritableBookPage: add missing EOF newline

This commit is contained in:
Dylan K. Taylor 2019-08-01 19:39:32 +01:00
parent 7e4236a3ec
commit 399ef13069

View File

@ -49,4 +49,4 @@ class WritableBookPage{
public function getPhotoName() : string{
return $this->photoName;
}
}
}