Skip to content

Commit

Permalink
Fixed the default Precheck mode to use a valid class
Browse files Browse the repository at this point in the history
... and prevent errors being thrown
  • Loading branch information
real34 committed Mar 16, 2013
1 parent 10582df commit ab16007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/MigrationVersion.php
Expand Up @@ -55,7 +55,7 @@ class MigrationVersion {
*
* @var string
*/
public $precheck = 'exception';
public $precheck = 'Migrations.PrecheckException';

/**
* Constructor
Expand Down

0 comments on commit ab16007

Please sign in to comment.