$conf ='app_debug'; $isExist= Config::has($conf); $isExist= $isExist ? (Config::get($conf)) : ($conf.設定項目不存在"); return ($isExist);----$conf為真錯誤
dump($isExist);------正確
不能傳回布林值
不能傳回布林值