feat : check
This commit is contained in:
@@ -23,6 +23,8 @@ use Exception;
|
||||
use Hyperf\Amqp\Producer;
|
||||
use Hyperf\DbConnection\Db;
|
||||
use Hyperf\Di\Annotation\Inject;
|
||||
use Psr\Container\ContainerExceptionInterface;
|
||||
use Psr\Container\NotFoundExceptionInterface;
|
||||
|
||||
class AutoDispenseService
|
||||
{
|
||||
@@ -76,6 +78,8 @@ class AutoDispenseService
|
||||
|
||||
/**
|
||||
* @return void
|
||||
* @throws ContainerExceptionInterface
|
||||
* @throws NotFoundExceptionInterface
|
||||
* @throws Exception
|
||||
*/
|
||||
public function handle(): void
|
||||
|
||||
Reference in New Issue
Block a user