Skip to content

这里建议修改一下 #32

@jjsty1e

Description

@jjsty1e

DB::listen(function (QueryExecuted $query) {

建议修改为:

$this->app['events']->listen('illuminate.query', function (QueryExecuted $query) { 

因为DB::listen会创建一个连接,实际上有些情况下是不需要连接db的。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions