Skip to content
This repository has been archived by the owner on Mar 4, 2019. It is now read-only.

Commit

Permalink
Add missing uses call
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Jan 13, 2014
1 parent 8069d68 commit e934297
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ORM/Table.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
App::uses('AppModel', 'Model');
App::uses('Entity', 'Entity.ORM');
App::uses('Hash', 'Utility');

Expand Down

0 comments on commit e934297

Please sign in to comment.