mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-12-04 04:37:46 +08:00
Update event.md
This commit is contained in:
parent
4d866f4d38
commit
bc88c64b3b
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace App\Listeners;
|
namespace App\Listener;
|
||||||
|
|
||||||
use Hyperf\Database\Events\QueryExecuted;
|
use Hyperf\Database\Events\QueryExecuted;
|
||||||
use Hyperf\Event\Annotation\Listener;
|
use Hyperf\Event\Annotation\Listener;
|
||||||
@ -175,4 +175,4 @@ class DeleteCacheListener implements ListenerInterface
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user