mirror of
https://github.com/friendica/friendica
synced 2025-04-27 08:30:10 +00:00
PHPStan: Fix missing requires/namespaces
This commit is contained in:
parent
e40917b792
commit
10b72b0e9e
35 changed files with 89 additions and 37 deletions
|
@ -8,6 +8,8 @@ namespace Friendica\Worker;
|
|||
use Friendica\Core\Config;
|
||||
use dba;
|
||||
|
||||
require_once 'include/dba.php';
|
||||
|
||||
class RemoveContact {
|
||||
public static function execute($id) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue