mirror of
https://github.com/friendica/friendica
synced 2025-04-28 11:04:22 +02:00
Fix errors in Console namespace
This commit is contained in:
parent
fef844cc68
commit
88f693bb71
5 changed files with 13 additions and 9 deletions
|
@ -8,6 +8,7 @@
|
|||
namespace Friendica\Console;
|
||||
|
||||
use Asika\SimpleConsole\CommandArgsException;
|
||||
use Friendica\Database\Database;
|
||||
use Friendica\Model\APContact;
|
||||
use Friendica\Protocol\ActivityPub\Transmitter;
|
||||
use Friendica\Protocol\Relay as ProtocolRelay;
|
||||
|
@ -23,7 +24,7 @@ class Relay extends \Asika\SimpleConsole\Console
|
|||
protected $helpOptions = ['h', 'help', '?'];
|
||||
|
||||
/**
|
||||
* @var $dba Friendica\Database\Database
|
||||
* @var Database
|
||||
*/
|
||||
private $dba;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue