Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
chengyao committed Aug 28, 2024
1 parent 93dbe32 commit 9e21ce3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controller/IndexController.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
namespace App\Http\Controller;

use App\Http\Response;
use Next\Foundation\Aop\Attribute\Inject;
use Next\Foundation\Di\Attribute\Inject;
use Psr\Container\ContainerInterface;
use Psr\Http\Message\ResponseInterface;
use Psr\Http\Message\ServerRequestInterface;
Expand Down
2 changes: 2 additions & 0 deletions app/Listener/DatabaseQueryListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@

use Next\Database\Event\QueryExecuted;
use Next\Event\EventListener;
use Next\Foundation\Event\Attribute\Listen;
use Psr\Log\LoggerInterface;

#[Listen]
class DatabaseQueryListener extends EventListener
{
public function __construct(
Expand Down

0 comments on commit 9e21ce3

Please sign in to comment.