Пример #1
0
 public function execute($command_name, $params = [])
 {
     if (ConfigProvider::getInstance()->debug) {
         $this->log('Executing command "%s" with params %s', $command_name, json_encode($params, JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE));
     }
     return parent::execute($command_name, $params);
 }