for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Laravel\Forge\Sites\Commands\Workers;
class ListWorkersCommand extends WorkerCommand
{
/**
* Items key for List response.
*
* @return string
*/
public function listResponseItemsKey()
return 'workers';
}
* HTTP request method.
public function requestMethod()
return 'GET';