mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-18 18:02:15 +09:00
First step of converting legacy ExtraVar class to module
This commit is contained in:
parent
267aa9c397
commit
dd06193a1d
9 changed files with 164 additions and 0 deletions
11
modules/extravar/controllers/Base.php
Normal file
11
modules/extravar/controllers/Base.php
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
namespace Rhymix\Modules\Extravar\Controllers;
|
||||
|
||||
/**
|
||||
* Base class for Extravar module.
|
||||
*/
|
||||
class Base extends \ModuleObject
|
||||
{
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue