artkost / yii2-qa

[DEPRECATED] The Questions and Answers module inspired by Stack Overflow
http://yii2-qa.artkost.ru/
MIT License
88 stars 29 forks source link

please, change path to VerbFilter & AccessControl #7

Closed TsarS closed 10 years ago

TsarS commented 10 years ago

In DefaultController Old : use yii\web\AccessControl; use yii\web\VerbFilter;

New: use yii\filters\AccessControl; use yii\filters\VerbFilter;