File "Restartable.php"
Full Path: /var/www/drive/laravel/horizon/src/Contracts/Restartable.php
File size: 173 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Laravel\Horizon\Contracts;
interface Restartable
{
/**
* Restart the process.
*
* @return void
*/
public function restart();
}