File "BackgroundProcess.php"
Full Path: /var/www/drive/laravel/horizon/src/BackgroundProcess.php
File size: 246 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Laravel\Horizon;
use Symfony\Component\Process\Process;
class BackgroundProcess extends Process
{
/**
* Destruct the object.
*
* @return void
*/
public function __destruct()
{
//
}
}