From: Christian Weiske Date: Tue, 24 Oct 2017 15:09:46 +0000 (+0200) Subject: Rely on autoloader to load Console_CommandLine X-Git-Tag: v0.2.2~1 X-Git-Url: https://git.cweiske.de/php-sqllint.git/commitdiff_plain/bba3ec2cd1156480526a9d0a02610742c49153c2 Rely on autoloader to load Console_CommandLine Resolves: https://github.com/cweiske/php-sqllint/issues/13 --- 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 *