first commit
This commit is contained in:
12
plugins/appOnlineCodesPlugin/lib/model/OnlineCodes.php
Normal file
12
plugins/appOnlineCodesPlugin/lib/model/OnlineCodes.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Subclass for representing a row from the 'app_online_codes' table.
|
||||
*
|
||||
*
|
||||
*
|
||||
* @package plugins.appOnlineCodesPlugin.lib.model
|
||||
*/
|
||||
class OnlineCodes extends BaseOnlineCodes
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user