Example #1
0
 /**
  * @param Config $config
  */
 public function __construct(Config $config = null)
 {
     if ($config === null) {
         $config = Config::fromDefault();
     }
     $this->config = $config;
 }