#39 - generate timesheet #56
Reference in New Issue
Block a user
Delete Branch "#39-generate-timesheet"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It should close #39

@@ -0,0 +37,4 @@self::September => CarbonInterface::SEPTEMBER,self::October => CarbonInterface::OCTOBER,self::November => CarbonInterface::NOVEMBER,self::December => CarbonInterface::DECEMBER,Plus maybe some exception could be thrown on unknow value/default?
Why not to use
map()?I would import that too.
I think we can simplify it:
Maybe move these hours to consts as start hour and end hour?
@@ -0,0 +37,4 @@self::September => CarbonInterface::SEPTEMBER,self::October => CarbonInterface::OCTOBER,self::November => CarbonInterface::NOVEMBER,self::December => CarbonInterface::DECEMBER,