gerardojbaez / laraplans

SaaS style recurring plans for Laravel.
http://laraplans.readthedocs.io
MIT License
180 stars 81 forks source link

Update Carboon usage #52

Closed adibnaya closed 4 years ago

adibnaya commented 4 years ago

return Carbon::now()->gt($this->valid_until) or Carbon::now()->eq($this->valid_until);

Carbon has gte function, Why not use it?