Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #42 from dasistdaniel/patch-1
Browse files Browse the repository at this point in the history
Code-Style enhancement
  • Loading branch information
Petschko committed Feb 23, 2018
2 parents d12486e + c682246 commit 6e08515
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/_nonComposerLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
require_once('Product.php');
require_once('ProductInfo.php');
require_once('Receiver.php');
require_once('Filial.php');
require_once('PackStation.php');
require_once('Filial.php');
require_once('PackStation.php');
require_once('Response.php');
require_once('ReturnReceiver.php');
require_once('Sender.php');
Expand Down

0 comments on commit 6e08515

Please sign in to comment.