Ingen beskrivning

CriterionObjective.php 167B

123456789
  1. <?php
  2. class CriterionOutcomeProgram extends Eloquent
  3. {
  4. protected $fillable = array('criterion_id', 'objective_id');
  5. protected $table = 'criterion_objective';
  6. }