logo, improved listing, some helpers, mail confirms table, confirmed flag, user title column..
This commit is contained in:
@@ -16,10 +16,10 @@ use Illuminate\Database\Eloquent\Model;
|
||||
* @property int $author_id
|
||||
* @property int $ancestor_id
|
||||
* @property string $message
|
||||
* @property User $author
|
||||
* @property Table $table
|
||||
* @property TableComment|null $ancestor
|
||||
* @property TableComment[]|Collection $replies
|
||||
* @property-read User $author
|
||||
* @property-read Table $table
|
||||
* @property-read TableComment|null $ancestor
|
||||
* @property-read TableComment[]|Collection $replies
|
||||
*/
|
||||
class TableComment extends Model
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user