Skip to content

Commit

Permalink
Add missing App::uses to prevent fatal error
Browse files Browse the repository at this point in the history
  • Loading branch information
euromark committed Mar 11, 2013
1 parent f633241 commit ab1f81b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Cake/Console/Shell.php
Expand Up @@ -23,6 +23,7 @@
App::uses('ConsoleInputSubcommand', 'Console');
App::uses('ConsoleOptionParser', 'Console');
App::uses('File', 'Utility');
App::uses('ClassRegistry', 'Utility');

/**
* Base class for command-line utilities for automating programmer chores.
Expand Down

0 comments on commit ab1f81b

Please sign in to comment.