Answer the question
In order to leave comments, you need to log in
Class 'yii\helpers\UnsetArrayValue' not found - why?
Class 'yii\helpers\UnsetArrayValue' not found - why?
<?php
defined('YII_DEBUG') or define('YII_DEBUG', true);
defined('YII_ENV') or define('YII_ENV', 'dev');
require(__DIR__ . '/../vendor/autoload.php');
require(__DIR__ . '/../vendor/yiisoft/yii2/Yii.php');
new \yii\helpers\UnsetArrayValue();
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question