求助:Fatal error: Call to undefined function 错误

 Fatal error: Call to undefined functionapp\common\exception\config()

30            if (config('app_debug')) {

怎么解决?

Call to undefined function : 调用了未定义的函数。

1. config函数没有定义。

2. 没有声明config()这个函数。(没有包含对应头文件)