Add new Module classes

- Add BaseModule
- Add Login module
- Add Logout module
This commit is contained in:
Hypolite Petovan 2017-12-17 11:34:43 -05:00
parent 190a765731
commit 2243a82bb4
3 changed files with 341 additions and 1 deletions

View file

@ -20,7 +20,7 @@ class BaseObject
*
* Same as get_app from boot.php
*
* @return object
* @return App
*/
public static function getApp()
{