@@ -117,7 +117,7 @@ |
||
| 117 | 117 | return Input::server('SERVER_NAME', FILTER_SANITIZE_STRING); |
| 118 | 118 | } |
| 119 | 119 | |
| 120 | - /** @return bolean */ |
|
| 120 | + /** @return boolean */ |
|
| 121 | 121 | public function isLocalHost() { |
| 122 | 122 | return (in_array($this->getServerName(), ['localhost', '127.0.0.1', '::1', null])); |
| 123 | 123 | } |