Skip to content

Commit

Permalink
Removed unnecessary require_once in BaseClient, Customers, Invoices &…
Browse files Browse the repository at this point in the history
… Products classes
  • Loading branch information
eichgi authored and javorosas committed Jul 24, 2018
1 parent aef7473 commit 3917eab
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions src/Http/BaseClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

namespace Facturapi\Http;

require_once 'src/Exceptions/Facturapi_Exception.php';

use Facturapi\Exceptions\Facturapi_Exception;

class BaseClient {
Expand Down
2 changes: 0 additions & 2 deletions src/Resources/Customers.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?php

namespace Facturapi\Resources;
require_once 'src/Http/BaseClient.php';
require_once 'src/Exceptions/Facturapi_Exception.php';

use Facturapi\Http\BaseClient;
use Facturapi\Exceptions\Facturapi_Exception;
Expand Down
2 changes: 0 additions & 2 deletions src/Resources/Invoices.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?php

namespace Facturapi\Resources;
require_once 'src/Http/BaseClient.php';
require_once 'src/Exceptions/Facturapi_Exception.php';

use Facturapi\Http\BaseClient;
use Facturapi\Exceptions\Facturapi_Exception;
Expand Down
2 changes: 0 additions & 2 deletions src/Resources/Products.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?php

namespace Facturapi\Resources;
require_once 'src/Http/BaseClient.php';
require_once 'src/Exceptions/Facturapi_Exception.php';

use Facturapi\Http\BaseClient;
use Facturapi\Exceptions\Facturapi_Exception;
Expand Down

0 comments on commit 3917eab

Please sign in to comment.