Ingen beskrivning

Scale.php 182B

1234567891011121314
  1. <?php
  2. use Illuminate\Database\Eloquent\SoftDeletingTrait;
  3. class Scale extends Eloquent
  4. {
  5. protected $table = 'scales';
  6. public function outcomes()
  7. {
  8. //
  9. }
  10. }