mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 08:14:25 +02: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