summaryrefslogtreecommitdiff
path: root/framework/Wsat/TWsatUserManager.php
blob: b9a9eb8be0539899dc9500e0cb623b9538f31e91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php

Prado::using('System.Security.TUserManager');

/**
 * Description of TWsatUserManager
 *
 * @author Daniel
 */
class TWsatUserManager extends TUserManager {

    public function init($config) {
        parent::init($config);
    }

}

?>