Error: Argument 1 to diffInDays() must instance of Carbon – Code Example
php-carbon throws the “Type error: Argument 1 passed to Carbon\Carbon::diffInDays() must be an instance of Carbon\Carbon, string given” when the arguments passed are anything different than year, month, day and…