spatie / activitylog

A very simple activity logger to monitor the users of your website or application
https://spatie.be/opensource/laravel
MIT License
582 stars 75 forks source link

Vendor publish always creates migration #34

Closed BojanKogoj closed 8 years ago

BojanKogoj commented 8 years ago

Whenever I use php artisan vendor:publish it creates a new migration, even if an existing already exists. Did I do something wrong or a bug?

Only happens for this package

freekmurze commented 8 years ago

Yea, it's a bug. I'll fix it when a have some time. If you need this fix quick, I'd accept a PR.

freekmurze commented 8 years ago

This issue is fixed by @themsaid in v2.4.2

BojanKogoj commented 8 years ago

Thank you!