Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

Commit

Permalink
Merge branch 'hotfix-2.0.5' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Mar 20, 2016
2 parents bc7a2a3 + 4459c6b commit 9b8761c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Generators/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ module.exports = {
Command: require('./Command'),
Controller: require('./Controller'),
Model: require('./Model'),
Middleware: require('./Middleware')
Middleware: require('./Middleware'),
Migration: require('./Migration')
}

0 comments on commit 9b8761c

Please sign in to comment.