Skip to content

Commit 3aab760

Browse files
Typo
Signed-off-by: Jon Stovell <jonstovell@gmail.com>
1 parent 3800a7e commit 3aab760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Calendar/VTimeZone.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ public static function load(string $tzid): self
401401
{
402402
$tzid = self::CANONICAL_LINKS[$tzid] ?? $tzid;
403403

404-
$class = __NAMESPACE__ . '\\TimeZones\\' . strtr($tzid, ['/' => '\\', '+' => '', '-' => '_']);
404+
$class = __NAMESPACE__ . '\\VTimeZones\\' . strtr($tzid, ['/' => '\\', '+' => '', '-' => '_']);
405405

406406
if (!class_exists($class)) {
407407
throw new \ValueError();

0 commit comments

Comments
 (0)