for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Linode\Api\Servers\Commands;
use Linode\Api\Api\LinodeResourceCommand;
class KvmifyCommand extends LinodeResourceCommand
{
public function resourcePath()
return 'kvmify';
}