Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit b880103

Browse files
authored
Apply suggestion from @OskarStark
1 parent 8d7cfc5 commit b880103

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Platform/Bridge/Albert/PlatformFactory.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ public static function create(
2727
throw new InvalidArgumentException('The Albert URL must not end with a trailing slash.');
2828
}
2929

30-
// The base URL should include the full path to the API endpoint including version
3130
if (!preg_match('/\/v\d+$/', $baseUrl)) {
3231
throw new InvalidArgumentException('The Albert URL must include an API version (e.g., /v1, /v2).');
3332
}

0 commit comments

Comments
 (0)