1
0
Fork 0

Move Introduction to new depository paradigm

This commit is contained in:
Philipp Holzer 2021-10-18 22:12:49 +02:00
commit a40f503fdd
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
14 changed files with 380 additions and 179 deletions

View file

@ -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