This commit is contained in:
parent
0382e1c61d
commit
4d05079c70
4 changed files with 27 additions and 12 deletions
|
|
@ -43,8 +43,13 @@ class PersonalSettingController extends Controller
|
|||
*/
|
||||
protected $userSession;
|
||||
|
||||
public function __construct($appName, IRequest $request, IConfig $config, ConfigProxy $configProxy, IUserSession $userSession)
|
||||
{
|
||||
public function __construct(
|
||||
$appName,
|
||||
IRequest $request,
|
||||
IConfig $config,
|
||||
ConfigProxy $configProxy,
|
||||
IUserSession $userSession
|
||||
) {
|
||||
parent::__construct($appName, $request);
|
||||
|
||||
$this->config = $config;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue