laravel-shift / factory-generator

MIT License
41 stars 20 forks source link

Don't capture semicolon in namespace regex #17

Closed mortenscheel closed 3 years ago

mortenscheel commented 3 years ago

The capture group introduced in https://github.com/laravel-shift/factory-generator/pull/16/commits/1089b7074c11261373e19aca2d5699c02ecc4155 also captures the trailing semicolon. This should fix that.

jasonmccreary commented 3 years ago

Thanks!