for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Laravel\Forge\Certificates\Commands;
class ListCertificatesCommand extends CertificateCommand
{
/**
* Items key for List response.
*
* @return string
*/
public function listResponseItemsKey()
return 'certificates';
}