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