コード例 #1
0
ファイル: IndexController.php プロジェクト: TODwebdev/done
 public function __construct()
 {
     $authService = new AuthService();
     $pwd = $authService->getUserIdentifier();
     $this->config = new UserConfig($pwd);
 }