for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Signifly\Responder\Responses;
use Illuminate\Contracts\Support\Responsable;
abstract class Response implements Responsable
{
}