Unwanted white space in shift resource

This commit is contained in:
dhanabalan
2025-03-31 21:18:01 +05:30
parent ba9e85a4e9
commit 9ce3b34f75

View File

@@ -282,7 +282,7 @@ class ShiftResource extends Resource
}
protected static function calculateEndTime(?string $startTime, ?string $duration): ?string
{
{
if (!$startTime || !$duration) {
return null;
}
@@ -309,7 +309,5 @@ class ShiftResource extends Resource
} catch (\Exception $e) {
return null;
}
}
}
}