mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
Fix use statements
This commit is contained in:
parent
c3dfc9f297
commit
f4e38b6ee9
4 changed files with 4 additions and 4 deletions
|
@ -11,8 +11,8 @@
|
|||
use Friendica\Core\Addon;
|
||||
use Friendica\Core\L10n;
|
||||
use Friendica\Core\PConfig;
|
||||
use Friendica\Util\DateTimeFormat;
|
||||
use Friendica\Util\Network;
|
||||
use Friendica\Util\Temporal;
|
||||
|
||||
function ijpost_install() {
|
||||
Addon::registerHook('post_local', 'addon/ijpost/ijpost.php', 'ijpost_post_local');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue