From e25df5be2bd1b8feab0c90287a80ca02dee41259 Mon Sep 17 00:00:00 2001 From: eduardo.batista Date: Tue, 17 Oct 2017 22:31:26 -0200 Subject: [PATCH] [Feat] Adicionando metodo de validação de atributo carimbo publicação --- rn/MdWsSeiEditorRN.php | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+), 0 deletions(-) create mode 100644 rn/MdWsSeiEditorRN.php diff --git a/rn/MdWsSeiEditorRN.php b/rn/MdWsSeiEditorRN.php new file mode 100644 index 0000000..6191e9b --- /dev/null +++ b/rn/MdWsSeiEditorRN.php @@ -0,0 +1,28 @@ += $numVersaoCarimboObrigatorio){ + return true; + } + + return false; + } + +} \ No newline at end of file -- libgit2 0.21.2