default services conflit ?
This commit is contained in:
22
old.vendor/consolidation/config/src/ConfigAwareInterface.php
Normal file
22
old.vendor/consolidation/config/src/ConfigAwareInterface.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
namespace Consolidation\Config;
|
||||
|
||||
interface ConfigAwareInterface
|
||||
{
|
||||
/**
|
||||
* Set the config reference
|
||||
*
|
||||
* @param ConfigInterface $config
|
||||
*
|
||||
* @return $this
|
||||
*/
|
||||
public function setConfig(ConfigInterface $config);
|
||||
|
||||
/**
|
||||
* Get the config reference
|
||||
*
|
||||
* @return ConfigInterface
|
||||
*/
|
||||
public function getConfig();
|
||||
}
|
Reference in New Issue
Block a user