Skip to content

Commit f731430

Browse files
committed
fix import
1 parent 2cdd34c commit f731430

3 files changed

Lines changed: 12 additions & 59 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"ext-redis": "*",
2121
"utopia-php/cli": "0.23.*",
2222
"utopia-php/framework": "0.33.*",
23-
"utopia-php/queue": "0.15.*"
23+
"utopia-php/queue": "0.16.*"
2424
},
2525
"require-dev": {
2626
"phpunit/phpunit": "9.*",

composer.lock

Lines changed: 10 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Platform/Platform.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
use Utopia\Http\Route;
99
use Utopia\Queue\Adapter\Swoole;
1010
use Utopia\Queue\Server;
11+
use Utopia\Servers\Hook;
1112

1213
abstract class Platform
1314
{

0 commit comments

Comments
 (0)