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