Guest User

Untitled

a guest
Jun 20th, 2018
60
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. class Claim extends AppModel {
  3. var $actsAs = array('SoftDeletable');
  4. var $belongsTo = array('Group');
  5. var $hasMany = array('Procedure');
  6. }
Add Comment
Please, Sign In to add comment