fix the _only_ option in calls to FileHelper::findFiles()

This commit is contained in:
John Was
2014-01-27 21:04:49 +01:00
parent 2be0fd6e13
commit 62a7e397e0
6 changed files with 12 additions and 12 deletions

View File

@ -42,10 +42,10 @@ class ClassmapController extends Controller
}
return null;
},
'only' => ['.php'],
'only' => ['*.php'],
'except' => [
'Yii.php',
'BaseYii.php',
'/Yii.php',
'/BaseYii.php',
'/console/',
],
];