Move Photos to xrc

Move photos from include to Model\Photo class
This commit is contained in:
Adam Magness 2018-01-03 21:01:41 -05:00
parent 1752dfe1c3
commit e37640c44c
5 changed files with 92 additions and 88 deletions

View file

@ -15,8 +15,6 @@ use Exception;
use Imagick;
use ImagickPixel;
require_once "include/photos.php";
/**
* Class to handle images
*/