This commit is contained in:
thinkphp
2016-05-19 16:06:35 +08:00
parent cf460cdc8d
commit c006e281cb

View File

@@ -209,7 +209,7 @@ class Request
* @param string $url URL地址
* @return string
*/
public function baeUrl($url = '')
public function baseUrl($url = '')
{
if (!empty($url)) {
$this->baseUrl = $url;