Completed
Pull Request — master (#60)
by Roberto
13:28
created
src/NFe/Danfce.php 1 patch
Unused Use Statements   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -14,12 +14,10 @@
 block discarded – undo
14 14
  * @author    Roberto Spadim <roberto at spadim dot com dot br>
15 15
  */
16 16
 
17
-use Exception;
17
+use DateTime;
18
+use NFePHP\DA\Legacy\Common;
18 19
 use NFePHP\DA\Legacy\Dom;
19 20
 use NFePHP\DA\Legacy\Pdf;
20
-use NFePHP\DA\Legacy\Common;
21
-use Endroid\QrCode\QrCode;
22
-use DateTime;
23 21
 
24 22
 class Danfce extends Common
25 23
 {
Please login to merge, or discard this patch.