mirror of
https://github.com/friendica/friendica
synced 2025-05-08 00:24:12 +02:00
Replace BaseObject class with DI::* calls
This commit is contained in:
parent
1de3f186d7
commit
388b963714
98 changed files with 321 additions and 440 deletions
|
@ -7,7 +7,6 @@
|
|||
namespace Friendica\Core;
|
||||
|
||||
use Friendica\App\Page;
|
||||
use Friendica\BaseObject;
|
||||
use Friendica\Database\DBA;
|
||||
use Friendica\DI;
|
||||
use Friendica\Model\Contact;
|
||||
|
@ -18,7 +17,7 @@ use Friendica\Model\Group;
|
|||
*
|
||||
* @author Hypolite Petovan <hypolite@mrpetovan.com>
|
||||
*/
|
||||
class ACL extends BaseObject
|
||||
class ACL
|
||||
{
|
||||
/**
|
||||
* Returns a select input tag with all the contact of the local user
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue