summaryrefslogtreecommitdiff
path: root/framework/Wsat/TWsatUserManager.php
blob: 1dfd2288a4ea87c0d4d4455b76a9d5331d9ac348 (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);
    }

}

?>