Files
snipe-it/app/models/CustomFieldset.php
T
2015-10-20 17:06:07 -07:00

11 lines
185 B
PHP

<?php
class CustomFieldset extends Elegant
{
public function fields() {
return $this->belongsToMany('CustomField');
}
//requiredness goes *here*
//sequence goes here?
}