add doc comments to models
This commit is contained in:
@@ -6,6 +6,16 @@ use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
/**
|
||||
* Report (something objectionable spotted by a user)
|
||||
*
|
||||
* @property int $id
|
||||
* @property \Carbon\Carbon $created_at
|
||||
* @property \Carbon\Carbon $updated_at
|
||||
* @property string $object_type
|
||||
* @property int $object_id
|
||||
* @property int $author_id
|
||||
* @property string $message
|
||||
* @property User $author
|
||||
* @property mixed $object - morph
|
||||
*/
|
||||
class ContentReport extends Model
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user