mirror of
https://github.com/friendica/friendica
synced 2025-04-19 07:10:11 +00:00
Refactor namespaces
- Remove unused use statements - Add required use statements - Escape global classes
This commit is contained in:
parent
070aa016e0
commit
cb3f09ae4f
48 changed files with 7 additions and 81 deletions
|
@ -10,10 +10,6 @@ use Friendica\Core\Logger;
|
|||
use Friendica\Core\System;
|
||||
use Friendica\Model\Photo as MPhoto;
|
||||
use Friendica\Object\Image;
|
||||
use Friendica\Util\Security;
|
||||
use Friendica\Network\HTTPException\NotFoundException;
|
||||
use Friendica\Network\HTTPException\BadRequestException;
|
||||
use Friendica\Network\HTTPException\InternalServerErrorException;
|
||||
|
||||
/**
|
||||
* @brief Photo Module
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue