mirror of
https://github.com/friendica/friendica
synced 2025-01-06 20:44:42 +00:00
remove unused use statements
This commit is contained in:
parent
1bfcd0ac6e
commit
84d7188f0c
1 changed files with 0 additions and 7 deletions
|
@ -9,13 +9,6 @@
|
|||
*/
|
||||
|
||||
use Dice\Dice;
|
||||
use Friendica\Core\Addon;
|
||||
use Friendica\Core\Hook;
|
||||
use Friendica\Core\Logger;
|
||||
use Friendica\Database\DBA;
|
||||
use Friendica\DI;
|
||||
use Psr\Log\LoggerInterface;
|
||||
use Friendica\Protocol\ATProtocol\Jetstream;
|
||||
|
||||
if (php_sapi_name() !== 'cli') {
|
||||
header($_SERVER["SERVER_PROTOCOL"] . ' 403 Forbidden');
|
||||
|
|
Loading…
Reference in a new issue