Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions src/InvalidDocumentInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

interface InvalidDocumentInterface
{
public const URI = 'https://aplikace.mv.gov.cz/neplatne-doklady/Doklady.aspx';
public const URI = 'https://mv.gov.cz/app/nd/xml';

/**
* Občanský průkaz
Expand All @@ -22,11 +22,6 @@ interface InvalidDocumentInterface
*/
public const CENTRALLY_ISSUED_PASSPORT = 4;

/**
* Cestovní pas vydaný okresním úřadem
*/
public const REGIONALLY_ISSUED_PASSPORT = 5;

/**
* Zbrojní průkaz
*/
Expand Down
Loading