mirror of
https://github.com/friendica/friendica
synced 2025-04-27 00:30:10 +00:00
Move Introduction to new depository paradigm
This commit is contained in:
parent
4c0e00fa4f
commit
a40f503fdd
14 changed files with 380 additions and 179 deletions
|
@ -435,11 +435,11 @@ abstract class DI
|
|||
}
|
||||
|
||||
/**
|
||||
* @return Repository\Introduction
|
||||
* @return Contact\Introduction\Depository\Introduction
|
||||
*/
|
||||
public static function intro()
|
||||
{
|
||||
return self::$dice->create(Repository\Introduction::class);
|
||||
return self::$dice->create(Contact\Introduction\Depository\Introduction::class);
|
||||
}
|
||||
|
||||
public static function permissionSet(): Security\PermissionSet\Depository\PermissionSet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue