mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
Added Jsonable support.
This commit is contained in:
@ -164,7 +164,6 @@ class AssetController extends Controller
|
||||
protected function loadConfiguration($configFile)
|
||||
{
|
||||
echo "Loading configuration from '{$configFile}'...\n";
|
||||
|
||||
foreach (require($configFile) as $name => $value) {
|
||||
if (property_exists($this, $name) || $this->canSetProperty($name)) {
|
||||
$this->$name = $value;
|
||||
|
Reference in New Issue
Block a user