first commit
This commit is contained in:
12
plugins/appOnlineCodesPlugin/lib/model/OnlineCodesPeer.php
Normal file
12
plugins/appOnlineCodesPlugin/lib/model/OnlineCodesPeer.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Subclass for performing query and update operations on the 'app_online_codes' table.
|
||||
*
|
||||
*
|
||||
*
|
||||
* @package plugins.appOnlineCodesPlugin.lib.model
|
||||
*/
|
||||
class OnlineCodesPeer extends BaseOnlineCodesPeer
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user