for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Audit\Services;
class Service
{
public static function getSingleton()
//@todo Ativar cache de acordo com business
return new static();
}