Files
cachet-docker/app/Bus/Jobs/System/SendBeaconJob.php
2016-08-04 10:12:06 +01:00

25 lines
452 B
PHP

<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace CachetHQ\Cachet\Bus\Jobs\System;
use Illuminate\Contracts\Queue\ShouldQueue;
/**
* This is the send beacon job.
*
* @author James Brooks <james@alt-three.com>
*/
final class SendBeaconJob implements ShouldQueue
{
//
}