Skip to content

Commit

Permalink
Merge pull request cakephp#203 from cakephp/load-migrations
Browse files Browse the repository at this point in the history
Loading the Migrations plugin
  • Loading branch information
ADmad committed Jan 1, 2015
2 parents 253131e + 17d7945 commit 4b1ec73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@
*
*/

Plugin::load('Migrations');

// Only try to load DebugKit in development mode
// Debug Kit should not be installed on a production system
if (Configure::read('debug')) {
Expand Down

0 comments on commit 4b1ec73

Please sign in to comment.