logo, improved listing, some helpers, mail confirms table, confirmed flag, user title column..
This commit is contained in:
@@ -15,10 +15,11 @@ use Riesjart\Relaquent\Model\Concerns\HasRelaquentRelationships;
|
||||
* @property int $ancestor_id
|
||||
* @property string $note
|
||||
* @property object $columns
|
||||
* @property Revision|null $parentRevision
|
||||
* @property Row[]|Collection $rows
|
||||
* @property Proposal|null $sourceProposal - proposal that was used to create this revision
|
||||
* @property Proposal[]|Collection $dependentProposals
|
||||
* @property int $row_count - cached number of rows in the revision
|
||||
* @property-read Revision|null $parentRevision
|
||||
* @property-read Row[]|Collection $rows
|
||||
* @property-read Proposal|null $sourceProposal - proposal that was used to create this revision
|
||||
* @property-read Proposal[]|Collection $dependentProposals
|
||||
*/
|
||||
class Revision extends Model
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user