mavinoo / laravelBatch

insert batch and update batch in laravel
MIT License
572 stars 118 forks source link

Use Carbon:now() instead of the now() helper #60

Closed HilbertGilbertson closed 3 years ago

HilbertGilbertson commented 3 years ago

Fixes issue #49. Use of the now() helper results in an error in Lumen.

Why not simply be a little more explicit and use Carbon::now() instead. Problem solved.