summaryrefslogtreecommitdiffstats
path: root/src/examples/example.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples/example.php')
-rw-r--r--src/examples/example.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/example.php b/src/examples/example.php
index 56ebd7e..ddacc22 100644
--- a/src/examples/example.php
+++ b/src/examples/example.php
@@ -2,7 +2,7 @@
require dirname(dirname(__FILE__)) . DIRECTORY_SEPARATOR . "PHPZxing" . DIRECTORY_SEPARATOR . "PHPZxingBase.php";
require dirname(dirname(__FILE__)) . DIRECTORY_SEPARATOR . "PHPZxing" . DIRECTORY_SEPARATOR . "PHPZxingDecoder.php";
require dirname(dirname(__FILE__)) . DIRECTORY_SEPARATOR . "PHPZxing" . DIRECTORY_SEPARATOR . "ZxingImage.php";
- require dirname(dirname(__FILE__)) . DIRECTORY_SEPARATOR . "PHPZxing" . DIRECTORY_SEPARATOR . "ZxingImageNotFound.php";
+ require dirname(dirname(__FILE__)) . DIRECTORY_SEPARATOR . "PHPZxing" . DIRECTORY_SEPARATOR . "ZxingBarNotFound.php";
use PHPZxing\PHPZxingDecoder;