Clean code of Api\Search

This commit is contained in:
Hypolite Petovan 2018-12-23 21:15:50 -05:00
parent 31feea1b7a
commit fc447f07c4
1 changed files with 1 additions and 3 deletions

View File

@ -2,8 +2,7 @@
namespace Friendica\Directory\Controllers\Api;
use \Friendica\Directory\Content\Pager;
use PDO;
use Friendica\Directory\Content\Pager;
use Psr\Http\Message\ResponseInterface;
use Psr\Http\Message\ServerRequestInterface;
@ -74,7 +73,6 @@ AND `account_type` = :account_type';
'profiles' => $profiles
];
// Render index view
return $response->withJson($vars);
}
}