Fix some naming errors and code cleanup

This commit is contained in:
Alex Cabal 2022-07-02 16:50:59 -05:00
parent 3fa9592e6d
commit b48a788430
3 changed files with 5 additions and 12 deletions

View file

@ -1,7 +0,0 @@
<?
class Artwork extends PropertiesBase{
public $ArtworkId;
public $Title;
protected $DisplayTitle = null;
}