mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-08 13:54:27 +02:00
Move/rename base module classes
This commit is contained in:
parent
2c2b649015
commit
5670c19d5c
34 changed files with 65 additions and 65 deletions
|
@ -5,12 +5,12 @@ namespace Friendica\Module\Admin\Item;
|
|||
use Friendica\Core\Renderer;
|
||||
use Friendica\DI;
|
||||
use Friendica\Model;
|
||||
use Friendica\Module\BaseAdminModule;
|
||||
use Friendica\Module\BaseAdmin;
|
||||
|
||||
/**
|
||||
* @author Hypolite Petovan <mrpetovan@gmail.com>
|
||||
*/
|
||||
class Source extends BaseAdminModule
|
||||
class Source extends BaseAdmin
|
||||
|
||||
{
|
||||
public static function content(array $parameters = [])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue