mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 21:43:18 +00:00
remove Unusued method
This commit is contained in:
@@ -42,7 +42,7 @@ abstract class ServiceAbstract
|
|||||||
$this->configuration = new Core\Configuration($handler);
|
$this->configuration = new Core\Configuration($handler);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function getDependency($name)
|
public function getDependency($name)
|
||||||
{
|
{
|
||||||
if(!array_key_exists($name, $this->dependencies))
|
if(!array_key_exists($name, $this->dependencies))
|
||||||
{
|
{
|
||||||
@@ -53,15 +53,6 @@ abstract class ServiceAbstract
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @return Array
|
|
||||||
*/
|
|
||||||
protected function getConfiguration()
|
|
||||||
{
|
|
||||||
return $this->configuration;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @return Array
|
* @return Array
|
||||||
|
Reference in New Issue
Block a user