Move FSuggest to depository
This commit is contained in:
committed by
Hypolite Petovan
parent
4a50a83437
commit
82a6c78033
12
src/DI.php
12
src/DI.php
@@ -427,11 +427,19 @@ abstract class DI
|
||||
//
|
||||
|
||||
/**
|
||||
* @return Repository\FSuggest;
|
||||
* @return Contact\FriendSuggest\Depository\FriendSuggest;
|
||||
*/
|
||||
public static function fsuggest()
|
||||
{
|
||||
return self::$dice->create(Repository\FSuggest::class);
|
||||
return self::$dice->create(Contact\FriendSuggest\Depository\FriendSuggest::class);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Contact\FriendSuggest\Factory\FriendSuggest;
|
||||
*/
|
||||
public static function fsuggestFactory()
|
||||
{
|
||||
return self::$dice->create(Contact\FriendSuggest\Factory\FriendSuggest::class);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user