mirror of
https://github.com/friendica/friendica
synced 2025-04-24 10:30:11 +00:00
Add new Module classes
- Add BaseModule - Add Login module - Add Logout module
This commit is contained in:
parent
190a765731
commit
2243a82bb4
3 changed files with 341 additions and 1 deletions
|
@ -20,7 +20,7 @@ class BaseObject
|
|||
*
|
||||
* Same as get_app from boot.php
|
||||
*
|
||||
* @return object
|
||||
* @return App
|
||||
*/
|
||||
public static function getApp()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue