This commit is contained in:
2021-08-05 17:09:22 +08:00
parent ad34011d1b
commit e6da017bc1
+1 -2
View File
@@ -23,7 +23,7 @@ use Snowflake\Snowflake;
*/
public function __construct(public string $topic)
{
var_dump($this->topic);
}
@@ -35,7 +35,6 @@ use Snowflake\Snowflake;
*/
public function execute(mixed $class, mixed $method = null): bool
{
var_dump($class);
if (!($class instanceof ConsumerInterface)) {
return false;
}