Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Commit

Permalink
注释无用文件
Browse files Browse the repository at this point in the history
  • Loading branch information
suyar committed Jun 9, 2021
1 parent 08b33d2 commit 93fa15d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
version_compare(PHP_VERSION, '5.5.0', '>=') || die('Lying requires 5.5.0 or higher PHP version :)');
require __DIR__ . '/vendor/autoload.php';
//require __DIR__ . '/vendor/autoload.php';
require __DIR__ . '/kernel/init.php';
$config = require DIR_CONFIG . '/cli.php';
unset($config['service']['router']);
Expand Down

0 comments on commit 93fa15d

Please sign in to comment.