Guest User

Untitled

a guest
Jul 16th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. <?php
  2.  
  3. namespace Fuel\Application\Model;
  4.  
  5. use ActiveRecord;
  6.  
  7. class User extends ActiveRecord\Model {
  8.  
  9. protected $belongs_to = array('group');
  10.  
  11. }
Add Comment
Please, Sign In to add comment