@@ -15,10 +15,10 @@ |
||
| 15 | 15 | * @link http://github.com/nfephp-org/sped-esocial for the canonical source repository |
| 16 | 16 | */ |
| 17 | 17 | |
| 18 | +use NFePHP\Common\Certificate; |
|
| 18 | 19 | use NFePHP\eSocial\Factories\Factory; |
| 19 | -use NFePHP\eSocial\Factories\FactoryInterface; |
|
| 20 | 20 | use NFePHP\eSocial\Factories\FactoryId; |
| 21 | -use NFePHP\Common\Certificate; |
|
| 21 | +use NFePHP\eSocial\Factories\FactoryInterface; |
|
| 22 | 22 | use stdClass; |
| 23 | 23 | |
| 24 | 24 | class EvtTabProcesso extends Factory implements FactoryInterface |
@@ -15,10 +15,10 @@ |
||
| 15 | 15 | * @link http://github.com/nfephp-org/sped-esocial for the canonical source repository |
| 16 | 16 | */ |
| 17 | 17 | |
| 18 | +use NFePHP\Common\Certificate; |
|
| 18 | 19 | use NFePHP\eSocial\Factories\Factory; |
| 19 | -use NFePHP\eSocial\Factories\FactoryInterface; |
|
| 20 | 20 | use NFePHP\eSocial\Factories\FactoryId; |
| 21 | -use NFePHP\Common\Certificate; |
|
| 21 | +use NFePHP\eSocial\Factories\FactoryInterface; |
|
| 22 | 22 | use stdClass; |
| 23 | 23 | |
| 24 | 24 | class EvtTabRubrica extends Factory implements FactoryInterface |
@@ -15,10 +15,10 @@ |
||
| 15 | 15 | * @link http://github.com/nfephp-org/sped-esocial for the canonical source repository |
| 16 | 16 | */ |
| 17 | 17 | |
| 18 | +use NFePHP\Common\Certificate; |
|
| 18 | 19 | use NFePHP\eSocial\Factories\Factory; |
| 19 | -use NFePHP\eSocial\Factories\FactoryInterface; |
|
| 20 | 20 | use NFePHP\eSocial\Factories\FactoryId; |
| 21 | -use NFePHP\Common\Certificate; |
|
| 21 | +use NFePHP\eSocial\Factories\FactoryInterface; |
|
| 22 | 22 | use stdClass; |
| 23 | 23 | |
| 24 | 24 | class EvtTSVAltContr extends Factory implements FactoryInterface |
@@ -15,10 +15,10 @@ |
||
| 15 | 15 | * @link http://github.com/nfephp-org/sped-esocial for the canonical source repository |
| 16 | 16 | */ |
| 17 | 17 | |
| 18 | +use NFePHP\Common\Certificate; |
|
| 18 | 19 | use NFePHP\eSocial\Factories\Factory; |
| 19 | -use NFePHP\eSocial\Factories\FactoryInterface; |
|
| 20 | 20 | use NFePHP\eSocial\Factories\FactoryId; |
| 21 | -use NFePHP\Common\Certificate; |
|
| 21 | +use NFePHP\eSocial\Factories\FactoryInterface; |
|
| 22 | 22 | use stdClass; |
| 23 | 23 | |
| 24 | 24 | class EvtTSVInicio extends Factory implements FactoryInterface |
@@ -15,10 +15,10 @@ |
||
| 15 | 15 | * @link http://github.com/nfephp-org/sped-esocial for the canonical source repository |
| 16 | 16 | */ |
| 17 | 17 | |
| 18 | +use NFePHP\Common\Certificate; |
|
| 18 | 19 | use NFePHP\eSocial\Factories\Factory; |
| 19 | -use NFePHP\eSocial\Factories\FactoryInterface; |
|
| 20 | 20 | use NFePHP\eSocial\Factories\FactoryId; |
| 21 | -use NFePHP\Common\Certificate; |
|
| 21 | +use NFePHP\eSocial\Factories\FactoryInterface; |
|
| 22 | 22 | use stdClass; |
| 23 | 23 | |
| 24 | 24 | class EvtTSVTermino extends Factory implements FactoryInterface |
@@ -2,15 +2,15 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace NFePHP\eSocial\Factories; |
| 4 | 4 | |
| 5 | -use NFePHP\Common\DOMImproved as Dom; |
|
| 5 | +use DOMDocument; |
|
| 6 | +use DOMElement; |
|
| 7 | +use DateTime; |
|
| 6 | 8 | use NFePHP\Common\Certificate; |
| 9 | +use NFePHP\Common\DOMImproved as Dom; |
|
| 7 | 10 | use NFePHP\Common\Signer; |
| 8 | 11 | use NFePHP\Common\Strings; |
| 9 | 12 | use NFePHP\Common\Validator; |
| 10 | 13 | use stdClass; |
| 11 | -use DOMDocument; |
|
| 12 | -use DOMElement; |
|
| 13 | -use DateTime; |
|
| 14 | 14 | |
| 15 | 15 | abstract class Factory |
| 16 | 16 | { |