diff --git a/installer/Module/Queue/resources/app/src/Endpoint/Job/Ping.php b/installer/Module/Queue/resources/app/src/Endpoint/Job/Ping.php index e066ba0..463231b 100644 --- a/installer/Module/Queue/resources/app/src/Endpoint/Job/Ping.php +++ b/installer/Module/Queue/resources/app/src/Endpoint/Job/Ping.php @@ -4,7 +4,7 @@ namespace App\Endpoint\Job; -use Installer\Module\RoadRunnerBridge\resources\grpc\app\src\Endpoint\Console\PingCommand; +use App\Endpoint\Console\PingCommand; use Psr\Log\LoggerInterface; use Spiral\Queue\JobHandler; @@ -12,7 +12,7 @@ * Simple job handler that will be invoked by a queue consumer. * To push a job to a queue use {@see PingCommand} console command. * - * Or use {@see Spiral\Queue\QueueInterface} directly. + * Or use {@see \Spiral\Queue\QueueInterface} directly. * (Spiral\Queue\QueueInterface)->push(PingJob::class, ["site"=>"http://site.com"]); */ final class Ping extends JobHandler