mirror of
https://github.com/friendica/friendica
synced 2025-04-27 03:10:12 +00:00
Update namespaces declaration in include/
- Remove unused use statements - Add required use statements
This commit is contained in:
parent
14e4ab544a
commit
d1c6ec9718
5 changed files with 3 additions and 18 deletions
|
@ -31,6 +31,7 @@ use Friendica\Model\User;
|
|||
use Friendica\Network\FKOAuth1;
|
||||
use Friendica\Network\HTTPException;
|
||||
use Friendica\Network\HTTPException\BadRequestException;
|
||||
use Friendica\Network\HTTPException\ExpectationFailedException;
|
||||
use Friendica\Network\HTTPException\ForbiddenException;
|
||||
use Friendica\Network\HTTPException\InternalServerErrorException;
|
||||
use Friendica\Network\HTTPException\MethodNotAllowedException;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue