for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Magister\Services\Support\Surrogates;
/**
* Class Config.
*/
class Config extends Surrogate
{
* Get the registered name of the component.
*
* @return string
protected static function getSurrogateAccessor()
return 'config';
}