| 1 | <?php |
||
| 15 | class Rivet extends Model |
||
| 16 | { |
||
| 17 | use HasSerializableValuesTrait; |
||
| 18 | |||
| 19 | public static function boot() |
||
| 30 | |||
| 31 | protected $fillable = ['values']; |
||
| 32 | |||
| 33 | protected function getSerializableAttributes() |
||
| 37 | |||
| 38 | public static function getMorphToManyName() |
||
| 42 | |||
| 43 | public static function getMorphToSortableManyOtherKey() |
||
| 47 | } |
||
| 48 |