Skip to content

Commit

Permalink
dokobit#7: Add xades to document type provider
Browse files Browse the repository at this point in the history
  • Loading branch information
artemvd committed Jul 15, 2024
1 parent 4b34923 commit b661af6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/DocumentTypeProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ abstract class DocumentTypeProvider

const EDOC = 'edoc';

const XADES = 'xades';

final public static function getAllDocumentTypes()
{
return [
Expand All @@ -43,6 +45,7 @@ final public static function getAllDocumentTypes()
self::MDOC_GGEDOC,
self::BDOC,
self::EDOC,
self::XADES,
];
}

Expand Down

0 comments on commit b661af6

Please sign in to comment.