我正在使用php版本:7.3.2
protected function findNamespacedView($name)
{
[$namespace, $view] = $this->parseNamespaceSegments($name);
return $this->findInPaths($view, $this->hints[$namespace]);
}
解析错误:语法错误,出现意外的'=' 第90行的vendor / illuminate / view / FileViewFinder.php