Skip to content

Commit

Permalink
removed requirements checker from classmap
Browse files Browse the repository at this point in the history
  • Loading branch information
cebe committed Jan 21, 2015
1 parent d313451 commit 5eba140
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions build/controllers/ClassmapController.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public function actionCreate($root = null, $mapFile = null)
'/Yii.php',
'/BaseYii.php',
'/console/',
'/requirements/',
],
];
$files = FileHelper::findFiles($root, $options);
Expand Down
1 change: 0 additions & 1 deletion framework/classes.php
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@
'yii\rbac\PhpManager' => YII2_PATH . '/rbac/PhpManager.php',
'yii\rbac\Role' => YII2_PATH . '/rbac/Role.php',
'yii\rbac\Rule' => YII2_PATH . '/rbac/Rule.php',
'yii\requirements\YiiRequirementChecker' => YII2_PATH . '/requirements/YiiRequirementChecker.php',
'yii\rest\Action' => YII2_PATH . '/rest/Action.php',
'yii\rest\ActiveController' => YII2_PATH . '/rest/ActiveController.php',
'yii\rest\Controller' => YII2_PATH . '/rest/Controller.php',
Expand Down

0 comments on commit 5eba140

Please sign in to comment.