Commit 293e8070 by Carsten Brandt

added missing constructor call

parent 1fdf17b5
......@@ -71,6 +71,7 @@ class DynamicModel extends Model
$this->_attributes[$name] = $value;
}
}
parent::__construct($config);
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment