Notice: Undefined variable: generator in C:\phpStudy\WWW\mch\vendor\yiisoft\yii2-gii\generators\extension\default\AutoloadExample.php on line 3
Notice: Trying to get property of non-object in C:\phpStudy\WWW\mch\vendor\yiisoft\yii2-gii\generators\extension\default\AutoloadExample.php on line 3
;
/**
* This is just an example.
*/
class AutoloadExample extends \yii\base\Widget
{
public function run()
{
return "Hello!";
}
}