Unwanted white space in shift resource
This commit is contained in:
@@ -282,7 +282,7 @@ class ShiftResource extends Resource
|
|||||||
}
|
}
|
||||||
|
|
||||||
protected static function calculateEndTime(?string $startTime, ?string $duration): ?string
|
protected static function calculateEndTime(?string $startTime, ?string $duration): ?string
|
||||||
{
|
{
|
||||||
if (!$startTime || !$duration) {
|
if (!$startTime || !$duration) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
@@ -309,7 +309,5 @@ class ShiftResource extends Resource
|
|||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user