Advertisement
Guest User

Untitled

a guest
Apr 10th, 2014
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. <?php
  2.  
  3. class Download extends Eloquent {
  4.  
  5.     public function schoolYear(){
  6.         return $this->belongsTo('SchoolYear', 'school_year_id');
  7.     }
  8.  
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement