Pre Merge pull request !69 from abovesky/master

pull/69/MERGE
Karson 2018-08-08 22:45:13 +08:00
commit 4c68f84523
2 changed files with 1 additions and 2 deletions

View File

@ -88,7 +88,7 @@ class Api extends Command
);
foreach ($files as $name => $file) {
if (!$file->isDir()) {
if (!$file->isDir() && $file->getExtension() == 'php') {
$filePath = $file->getRealPath();
$classes[] = $this->get_class_from_file($filePath);
}

View File

@ -10,7 +10,6 @@
"bootstrap": "^3.3.7",
"font-awesome": "^4.6.1",
"bootstrap-table": "~1.11.0",
"layer": "^3.0",
"jstree": "~3.3.2",
"moment": "~2.15.2",
"plupload": "~2.2.0",