Removed unused stuff
This commit is contained in:
parent
86c924b820
commit
5b8961a88e
|
@ -21,7 +21,6 @@
|
|||
|
||||
namespace Friendica\Worker;
|
||||
|
||||
use Friendica\Core\Logger;
|
||||
use Friendica\Model\GServer;
|
||||
|
||||
class UpdateServerDirectory
|
||||
|
@ -33,6 +32,5 @@ class UpdateServerDirectory
|
|||
public static function execute(array $gserver)
|
||||
{
|
||||
GServer::updateDirectory($gserver);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue