Illuminate\Foundation\Application.php 中的 instance () 在哪?
bootstrap/app.php 文件创建了 Illuminate\Foundation\Application 对象,构造对象时会访问 bindPathsInContainer() 函数,在 286 行。该函数调用了 $this->instance(),但是我没有在该类中找到 instance() 方法,请问它在哪里?
关于 LearnKu
推荐文章: