mirror of
https://github.com/friendica/friendica
synced 2025-04-27 03:10:12 +00:00
Refactor App\Module to App\ModuleController and rename properties
This commit is contained in:
parent
8f741c8b78
commit
c95d47b0b4
9 changed files with 93 additions and 92 deletions
|
@ -99,11 +99,11 @@ abstract class DI
|
|||
}
|
||||
|
||||
/**
|
||||
* @return App\Module
|
||||
* @return App\ModuleController
|
||||
*/
|
||||
public static function module()
|
||||
{
|
||||
return self::$dice->create(App\Module::class);
|
||||
return self::$dice->create(App\ModuleController::class);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue