Skip to content

Commit

Permalink
Correct definition of the connection manager class uses
Browse files Browse the repository at this point in the history
  • Loading branch information
waldemarnt committed Jul 1, 2015
1 parent 193ed70 commit caf1730
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Console/Command/MigrationShell.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,12 @@
class MigrationShell extends AppShell {

/**
* Call the ConnectionManager Model
* ConnectionManager instance
*
* @var ConnectionManager
*/
public $uses = array('ConnectionManager');

/**
* Connection used for the migration_schema table of the migration versions
*
Expand Down

0 comments on commit caf1730

Please sign in to comment.