updated packages
This commit is contained in:
2
vendor/nesbot/carbon/src/Carbon/Carbon.php
vendored
2
vendor/nesbot/carbon/src/Carbon/Carbon.php
vendored
@@ -2605,7 +2605,7 @@ class Carbon extends DateTime implements JsonSerializable
|
||||
*/
|
||||
public function isCurrentMonth($ofSameYear = null)
|
||||
{
|
||||
return $this->isSameMonth($ofSameYear);
|
||||
return $this->isSameMonth(null, $ofSameYear);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user