Skip to content

Commit

Permalink
Update DocumentBase.php
Browse files Browse the repository at this point in the history
  • Loading branch information
tigoCaval authored Dec 28, 2020
1 parent 16c28b2 commit fa2cde1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/DocumentBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
abstract class DocumentBase
{

abstract protected function check($doc); // verificar documento
abstract protected function generate(); // gerar documento

/**
* Autenticar documento, retorne true caso o documento seja válido.
* @param mixed $doc
Expand Down Expand Up @@ -149,5 +152,4 @@ private function isAllValueEqual(array $data)
return $value <= 1 ? true : false;
}


}

0 comments on commit fa2cde1

Please sign in to comment.