mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-15 21:08:49 +00:00
[FIX] Add use statement for Config
This commit is contained in:
parent
0e67e96621
commit
9b78a6f8f5
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ error_reporting(E_ALL);
|
|||
|
||||
use Friendica\App;
|
||||
use Friendica\Core\Addon;
|
||||
use Friendica\Core\Config;
|
||||
use PHPMailer\PHPMailer\PHPMailer;
|
||||
use PHPMailer\PHPMailer\Exception;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue