logo, improved listing, some helpers, mail confirms table, confirmed flag, user title column..
This commit is contained in:
@@ -15,10 +15,10 @@ use Illuminate\Database\Eloquent\Model;
|
||||
* @property int $revision_id
|
||||
* @property int $author_id
|
||||
* @property string $note
|
||||
* @property User $author
|
||||
* @property Table $table
|
||||
* @property Revision $revision
|
||||
* @property object $changes - JSONB
|
||||
* @property-read User $author
|
||||
* @property-read Table $table
|
||||
* @property-read Revision $revision
|
||||
*/
|
||||
class Proposal extends Model
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user