]> git.mxchange.org Git - friendica.git/commitdiff
remove unused use statements
authorArt4 <art4@wlabs.de>
Sat, 28 Dec 2024 23:01:22 +0000 (23:01 +0000)
committerArt4 <art4@wlabs.de>
Sat, 28 Dec 2024 23:01:22 +0000 (23:01 +0000)
bin/jetstream.php

index 85889febe09f5cd258c8305183fc552dc6c881d2..b2df4d38dc42eb281f05b0151093927fdfe4e36c 100755 (executable)
@@ -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');