Remove unused use statements for App

This commit is contained in:
Art4 2024-12-11 21:42:48 +00:00
parent fff140ad43
commit 5f7482d081
61 changed files with 36 additions and 115 deletions

View file

@ -4,11 +4,10 @@
* Description: Thread email comment notifications on Gmail and anonymise them
* Version: 1.0
* Author: Mike Macgirvin <http://macgirvin.com/profile/mike>
*
*
*
*/
use Friendica\App;
use Friendica\Core\Hook;
use Friendica\Core\Logger;
use Friendica\Core\Renderer;
@ -38,7 +37,7 @@ function gnot_settings_post($post) {
}
/**
* Called from the Addon Setting form.
* Called from the Addon Setting form.
* Add our own settings info to the page.
*/
function gnot_settings(array &$data)