mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-24 08:28:03 +00:00
:octocat: implement ContainerInterface
This commit is contained in:
+4
-2
@@ -13,7 +13,9 @@
|
||||
namespace chillerlan\QRCode;
|
||||
|
||||
use chillerlan\QRCode\Data\QRMatrix;
|
||||
use chillerlan\Traits\Container;
|
||||
use chillerlan\Traits\{
|
||||
Container, ContainerInterface
|
||||
};
|
||||
|
||||
/**
|
||||
* @property int $version
|
||||
@@ -46,7 +48,7 @@ use chillerlan\Traits\Container;
|
||||
*
|
||||
* @property array $moduleValues
|
||||
*/
|
||||
class QROptions{
|
||||
class QROptions implements ContainerInterface{
|
||||
use Container;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user