diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-06-09 17:32:33 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-06-09 22:07:40 +0200 |
commit | 6458123e1276147095f296522a61823676006f3f (patch) | |
tree | 6e3d7c613302310b892df08900de2166c97ed5fd /application/libraries/Customautoloader.php | |
parent | 8c572f55b17b86cbfa56f18f0491e05092f755b1 (diff) |
Use PHP library for QR codes
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/libraries/Customautoloader.php')
-rw-r--r-- | application/libraries/Customautoloader.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/application/libraries/Customautoloader.php b/application/libraries/Customautoloader.php index 6a616ba7f..426364ee3 100644 --- a/application/libraries/Customautoloader.php +++ b/application/libraries/Customautoloader.php @@ -17,6 +17,9 @@ class CustomAutoloader{ public function loader($className) { $namespaces = array( + 'Endroid\QrCode' => [ + ["path" => APPPATH."/third_party/QrCode/src/"], + ], '' => [ ["path" => APPPATH], ["path" => APPPATH."/third_party/mockery/library/"] |