Remove redundant get_extra_config(). (Fixes #1973)

This commit is contained in:
Will Rossiter 2013-05-23 18:38:57 +12:00
parent ac2216dabc
commit 651c968915

View File

@ -145,19 +145,6 @@ class Versioned extends DataExtension {
$this->defaultStage = reset($stages);
$this->liveStage = array_pop($stages);
}
/**
* @param string
* @param string
* @param array
*
* @return array
*/
public static function get_extra_config($class, $extension, $args) {
return array(
'has_many' => array('Versions' => $class)
);
}
/**
* Amend freshly created DataQuery objects with versioned-specific