1
1
Fork 0

Photo to src

Move Photo to Friendica\Object namespace and replace require_once statments with use statements.
This commit is contained in:
Adam Magness 2017-11-29 07:52:27 -05:00
commit 54827e7fed
27 changed files with 68 additions and 60 deletions

View file

@ -7,8 +7,7 @@
use Friendica\App;
use Friendica\Core\System;
require_once('include/Photo.php');
use Friendica\Object\Photo;
/**
* @param App $a