Skip to content

Commit 26a8eed

Browse files
Automatic uri-scheme spec update (Added bl) (#306)
Co-authored-by: PrinsFrank <[email protected]>
1 parent 05b98ee commit 26a8eed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: src/URIScheme/URIScheme.php

+3
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ enum URIScheme: string {
9393
#[Status(URISchemeStatus::Provisional)]
9494
case bitcoincash = 'bitcoincash';
9595

96+
#[Status(URISchemeStatus::Provisional)]
97+
case bl = 'bl';
98+
9699
#[Status(URISchemeStatus::Provisional)]
97100
case blob = 'blob';
98101

0 commit comments

Comments
 (0)