From bba3ec2cd1156480526a9d0a02610742c49153c2 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Tue, 24 Oct 2017 17:09:46 +0200 Subject: [PATCH 1/1] Rely on autoloader to load Console_CommandLine Resolves: https://github.com/cweiske/php-sqllint/issues/13 --- src/phpsqllint/Cli.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/phpsqllint/Cli.php b/src/phpsqllint/Cli.php index eecc9b7..1501815 100644 --- a/src/phpsqllint/Cli.php +++ b/src/phpsqllint/Cli.php @@ -13,8 +13,6 @@ namespace phpsqllint; use PhpMyAdmin\SqlParser\Parser; -require_once 'Console/CommandLine.php'; - /** * Command line interface * -- 2.30.2