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