%PDF- %PDF-
| Direktori : /home/graphicd/public_html/vebto/vendor/laravel/horizon/src/SupervisorCommands/ |
| Current File : /home/graphicd/public_html/vebto/vendor/laravel/horizon/src/SupervisorCommands/Restart.php |
<?php
namespace Laravel\Horizon\SupervisorCommands;
use Laravel\Horizon\Contracts\Restartable;
class Restart
{
/**
* Process the command.
*
* @param \Laravel\Horizon\Contracts\Restartable $restartable
* @return void
*/
public function process(Restartable $restartable)
{
$restartable->restart();
}
}