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

Commit

Permalink
Add App::uses for ClassRegistry
Browse files Browse the repository at this point in the history
  • Loading branch information
jippi committed Feb 6, 2013
1 parent 79921d7 commit 5b59d08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Console/Command/ElasticShell.php
@@ -1,5 +1,7 @@
<?php

App::uses('ConnectionManager', 'Model');
App::uses('ClassRegistry', 'Utility');

class ElasticShell extends AppShell {

Expand Down

0 comments on commit 5b59d08

Please sign in to comment.