mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
[multiple] Move \dba to \Friendica\Database\dba
- Updated use statement lists
This commit is contained in:
parent
a9aee26225
commit
abc76a42ae
13 changed files with 35 additions and 16 deletions
|
@ -5,17 +5,18 @@
|
|||
* Version: 1.1
|
||||
* Author: Fabio <https://kirgroup.com/profile/fabrixxm>
|
||||
*/
|
||||
|
||||
use Friendica\App;
|
||||
use Friendica\Core\Addon;
|
||||
use Friendica\Core\Config;
|
||||
use Friendica\Core\L10n;
|
||||
use Friendica\Core\Worker;
|
||||
use Friendica\Core\PConfig;
|
||||
use Friendica\Util\DateTimeFormat;
|
||||
use Friendica\Network\HTTPException\NotFoundException;
|
||||
use Friendica\Core\Worker;
|
||||
use Friendica\Database\dba;
|
||||
use Friendica\Database\DBM;
|
||||
use Friendica\Model\Contact;
|
||||
use Friendica\Model\Photo;
|
||||
use Friendica\Database\DBM;
|
||||
use Friendica\Network\HTTPException\NotFoundException;
|
||||
|
||||
define("CATAVATAR_SIZE", 256);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue