summaryrefslogtreecommitdiffstats
path: root/examples/xml.php
diff options
context:
space:
mode:
Diffstat (limited to 'examples/xml.php')
-rw-r--r--examples/xml.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/xml.php b/examples/xml.php
index 82052cb..157081e 100644
--- a/examples/xml.php
+++ b/examples/xml.php
@@ -3,7 +3,7 @@
error_reporting(-1);
ini_set('display_errors', 1);
-use Bakame\Csv\Reader;
+use League\Csv\Reader;
require '../vendor/autoload.php';