for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace PSFS\base;
use PSFS\base\types\CurlService;
/**
* Class Service
* @package PSFS\base
*/
class Service extends CurlService
{
}