phpstan 1
This commit is contained in:
@@ -32,7 +32,7 @@ class VisaMasterMonthlyPaid extends Lens
|
||||
*/
|
||||
public function name(): string
|
||||
{
|
||||
return Carbon::create(date('Y').'-'.$this->month.'-01')->monthName ?? 'Ýanwar';
|
||||
return Carbon::parse(date('Y').'-'.$this->month.'-01')->monthName ?? 'Ýanwar';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user