mirror of
https://github.com/friendica/friendica
synced 2025-04-24 03:10:11 +00:00
Add routes for current BaseModules
This commit is contained in:
parent
b6b9e57488
commit
07ba1b200c
16 changed files with 806 additions and 722 deletions
|
@ -19,7 +19,7 @@ use Friendica\Util\Strings;
|
|||
/**
|
||||
* @author Hypolite Petovan <hypolite@mrpetovan.com>
|
||||
*/
|
||||
abstract class Register extends BaseModule
|
||||
class Register extends BaseModule
|
||||
{
|
||||
const CLOSED = 0;
|
||||
const APPROVE = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue