<?php

class CriterionOutcomeProgram extends Eloquent
{

  protected $fillable = array('criterion_id', 'objective_id');

  protected $table = 'criterion_objective';
}