Closed crynobone closed 1 year ago
Internally, DB::listen() is equivalent to calling app('db')->connection()->listen() which initiate a database connection and cause issue such as nunomaduro/larastan#1588
DB::listen()
app('db')->connection()->listen()
Thanks!
Internally,
DB::listen()
is equivalent to callingapp('db')->connection()->listen()
which initiate a database connection and cause issue such as nunomaduro/larastan#1588