diff options
Diffstat (limited to 'examples/extract.php')
-rwxr-xr-x | examples/extract.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/extract.php b/examples/extract.php index af2d125..53d3e19 100755 --- a/examples/extract.php +++ b/examples/extract.php @@ -1,8 +1,5 @@ <?php -error_reporting(-1); -ini_set('display_errors', '1'); - use League\Csv\Reader; require '../vendor/autoload.php'; |