Closed IlyaSavich closed 6 years ago
Good day, I get an issue for such case. Package doesn't recognize this like a magic number
$limit = Carbon::now()->addYears(-123123);
Interesting that with the second example works fine
$limit = Carbon::now()->addYears(123123);
As I understand it's bug or I'm wrong
Hey, Thanks for the issue! Apparently, you are correct, it is a bug:) Do you want to contribute and fix one? :)
Regards
This looks to be resolved now so the issue can be closed ?
Good day, I get an issue for such case. Package doesn't recognize this like a magic number
Interesting that with the second example works fine
As I understand it's bug or I'm wrong