Skip to content

Commit

Permalink
Support Hyperf v3.0.18 (#191)
Browse files Browse the repository at this point in the history
* Adds rector component

* Support Hyperf 3.0.18

---------

Co-authored-by: Deeka Wong <8337659+huangdijia@users.noreply.github.com>
  • Loading branch information
huangdijia and huangdijia committed Apr 26, 2023
1 parent 8a82d9a commit f9acc2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Expand Up @@ -12,6 +12,7 @@
"hyperf/database": "~3.0.0",
"hyperf/event": "~3.0.0",
"hyperf/stringable": "~3.0.0",
"hyperf/support": "~3.0.1",
"ramsey/uuid": "^4.7",
"symfony/uid": "^5.0|^6.0"
},
Expand Down
2 changes: 2 additions & 0 deletions src/Listener/CreatingListener.php
Expand Up @@ -15,6 +15,8 @@
use Hyperf\Database\Model\Events\Creating;
use Hyperf\Event\Contract\ListenerInterface;

use function Hyperf\Support\class_uses_recursive;

class CreatingListener implements ListenerInterface
{
public function listen(): array
Expand Down

0 comments on commit f9acc2e

Please sign in to comment.