Skip to content

Commit 596f5c9

Browse files
author
Corey McCormick
committed
Move files around
1 parent 32312a8 commit 596f5c9

9 files changed

Lines changed: 5 additions & 153 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
"extra": {
3131
"laravel": {
3232
"providers": [
33-
"SimpleSoftwareIO\\QrCode\\QrCodeServiceProvider"
33+
"SimpleSoftwareIO\\QrCode\\ServiceProvider"
3434
],
3535
"aliases": {
36-
"QrCode": "SimpleSoftwareIO\\QrCode\\Facades\\QrCode"
36+
"QrCode": "SimpleSoftwareIO\\QrCode\\Facade"
3737
}
3838
}
3939
}
File renamed without changes.

src/SimpleSoftwareIO/QrCode/BaconQrCodeGenerator.php renamed to src/SimpleSoftwareIO/QrCode/Generator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
use BaconQrCode\Renderer\Image\Svg;
1313
use BaconQrCode\Writer;
1414

15-
class BaconQrCodeGenerator implements QrCodeInterface
15+
class Generator
1616
{
1717
/**
1818
* Holds the BaconQrCode Writer Object.

src/SimpleSoftwareIO/QrCode/Image.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace SimpleSoftwareIO\QrCode;
44

5-
class Image implements ImageInterface
5+
class Image
66
{
77
/**
88
* Holds the image resource.

src/SimpleSoftwareIO/QrCode/ImageInterface.php

Lines changed: 0 additions & 34 deletions
This file was deleted.

src/SimpleSoftwareIO/QrCode/ImageMerge.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace SimpleSoftwareIO\QrCode;
44

5-
class ImageMerge implements ImageMergeInterface
5+
class ImageMerge
66
{
77
/**
88
* Holds the QrCode image.

src/SimpleSoftwareIO/QrCode/ImageMergeInterface.php

Lines changed: 0 additions & 21 deletions
This file was deleted.

src/SimpleSoftwareIO/QrCode/QrCodeInterface.php

Lines changed: 0 additions & 93 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)