The following code unexpectedly reports the issue "Call to unknown method: Carbon\Traits\Creator::subMonths()" (PHP0418): ```php use Carbon\Carbon; class Test { public function test() { Carbon::now()->subMonths(1); } } ```
The following code unexpectedly reports the issue "Call to unknown method: Carbon\Traits\Creator::subMonths()" (PHP0418):