Laravel 9 how to find out what excact method is called while using facades like DB::beginTransaction()

28 views Asked by At

How to find out what excact method is called while using facades like DB::beginTransaction() in Laravel 9? I can not find the source code. How to evaluate facades like DB...?

0

There are 0 answers