for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Created by PhpStorm.
* User: arthur
* Date: 29.10.18
* Time: 16:25.
*/
namespace Foundation\Responses;
class ApiResponse
{
public static function deleted()
return \response()->noContent(204);
}