芝麻web文件管理V1.00
编辑当前文件:/home/mgatv524/bd.mgaplay.com.br/vendor/slim/slim/Slim/Exception/HttpMethodNotAllowedException.php
allowedMethods; } /** * @param string[] $methods * @return self */ public function setAllowedMethods(array $methods): HttpMethodNotAllowedException { $this->allowedMethods = $methods; $this->message = 'Method not allowed. Must be one of: ' . implode(', ', $methods); return $this; } }