new files
This commit is contained in:
18
pro_v3.5.1/vendor/topthink/think-queue/src/facade/Queue.php
vendored
Normal file
18
pro_v3.5.1/vendor/topthink/think-queue/src/facade/Queue.php
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
namespace think\facade;
|
||||
|
||||
use think\Facade;
|
||||
|
||||
/**
|
||||
* Class Queue
|
||||
* @package think\facade
|
||||
* @mixin \think\Queue
|
||||
*/
|
||||
class Queue extends Facade
|
||||
{
|
||||
protected static function getFacadeClass()
|
||||
{
|
||||
return 'queue';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user