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