Added Jsonable support.

This commit is contained in:
Qiang Xue
2013-06-07 11:02:26 -04:00
parent b14bb52cdd
commit 29ac3aeea6
6 changed files with 87 additions and 13 deletions

View File

@ -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;