Xethron / migrations-generator

Laravel Migrations Generator: Automatically generate your migrations from an existing database schema.
MIT License
3.32k stars 588 forks source link

Fix missing handle method for L5 #142

Closed ghost closed 6 years ago

Xethron commented 6 years ago

Wouldn't this break compatibility with previous versions of Laravel?

devLopez commented 6 years ago

Ok @Xethron, thanks man

Xethron commented 6 years ago

@sirolad perhaps we should add a new function for handle() which calls fire()?

Xethron commented 6 years ago

145 was merged with the fix