From e0ee6be3d8834932a65ec9d22af4ec24f971bf2a Mon Sep 17 00:00:00 2001 From: codemasher Date: Mon, 22 Jan 2018 00:09:59 +0100 Subject: [PATCH] :octocat: implement ContainerInterface --- src/QROptions.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/QROptions.php b/src/QROptions.php index 6da9ebe93..8e280a5a5 100644 --- a/src/QROptions.php +++ b/src/QROptions.php @@ -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; /**