1
0
Fork 0
mirror of https://github.com/friendica/friendica-directory synced 2026-04-16 22:27:45 +02:00

Add new expected abstract method to Web\BaseController

- Cleanup obsolete use statements
This commit is contained in:
Hypolite Petovan 2018-11-19 22:11:22 -05:00
commit 8c1d4404c7
4 changed files with 6 additions and 9 deletions

View file

@ -3,9 +3,6 @@
namespace Friendica\Directory\Controllers\Web;
use \Friendica\Directory\Content\Pager;
use PDO;
use Psr\Http\Message\ResponseInterface;
use Psr\Http\Message\ServerRequestInterface;
/**
* @author Hypolite Petovan <mrpetovan@gmail.com>