dlundgren/phagrancy

View on GitHub
src/Http/Response/AllClear.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php

/**
 * @file
 * Contains Phagrancy\Http\Response\AllClear
 */

namespace Phagrancy\Http\Response;

/**
 * Generic JSON response
 *
 * @package Phagrancy\Http\Response
 */
class AllClear
    extends Json
{
}