Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Dev: removed unused method
  • Loading branch information
LouisGac committed Dec 21, 2017
1 parent 7462f67 commit 09cfdff
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions application/models/TemplateConfiguration.php
Expand Up @@ -132,18 +132,6 @@ public function attributeLabels()
);
}

/**
* Gets an instance of a templateconfiguration by name
*
* @return TemplateConfiguration
*/
public static function getInstanceFromConfigurationId($iTemplateConfigId)
{
$oTemplateConfiguration = self::model()->findByPk($iTemplateConfigId);
$oTemplateConfiguration->setThisTemplate();
return $oTemplateConfiguration;
}

/**
* Gets an instance of a templateconfiguration by name
*
Expand Down

0 comments on commit 09cfdff

Please sign in to comment.