add doc comments to models
This commit is contained in:
@@ -6,7 +6,12 @@ use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
/**
|
||||
* Row in a data table
|
||||
*
|
||||
* @property int $id
|
||||
* @property int $refs
|
||||
* @property string $data - JSONB
|
||||
*/
|
||||
class Row extends Model
|
||||
{
|
||||
public $timestamps = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user