Skip to content

Commit

Permalink
Namespace update
Browse files Browse the repository at this point in the history
  • Loading branch information
PeratX committed Mar 10, 2017
1 parent 0ef659a commit a311d20
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions src/PeratX/SFQRCode/QREncode.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@
* @author PeratX & arielferrandini
*/


namespace PeratX\SFQRCode;

use PeratX\SimpleFramework\Console\Logger;
use iTXTech\SimpleFramework\Console\Logger;

class QREncode{

Expand Down
2 changes: 1 addition & 1 deletion src/PeratX/SFQRCode/QRInputItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

namespace PeratX\SFQRCode;

use PeratX\SimpleFramework\Console\Logger;
use iTXTech\SimpleFramework\Console\Logger;

class QRInputItem{

Expand Down
1 change: 0 additions & 1 deletion src/PeratX/SFQRCode/QRRsItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
* @author PeratX & arielferrandini
*/


namespace PeratX\SFQRCode;

class QRRsItem{
Expand Down
1 change: 0 additions & 1 deletion src/PeratX/SFQRCode/QRSplit.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
* @author PeratX & arielferrandini
*/


namespace PeratX\SFQRCode;

class QRSplit{
Expand Down
2 changes: 1 addition & 1 deletion src/PeratX/SFQRCode/SFQRCode.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

namespace PeratX\SFQRCode;

use PeratX\SimpleFramework\Module\Module;
use iTXTech\SimpleFramework\Module\Module;

class SFQRCode extends Module{
const QR_FIND_BEST_MASK = true;
Expand Down

0 comments on commit a311d20

Please sign in to comment.