Update Environment.php

This commit is contained in:
黄朝晖 2019-08-16 01:29:19 +08:00 committed by GitHub
parent a42b4baf13
commit fdd32ce244
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,9 @@ namespace Hyperf\AsyncQueue;
class Environment
{
/**
* @var bool
*/
protected $asyncQueue = false;
public function isAsyncQueue(): bool