Added powered by pickles header

This commit is contained in:
Josh Sherman 2014-09-27 14:01:04 -04:00
parent 20aff31b94
commit 53d8ab1137

View file

@ -340,7 +340,8 @@ class Resource extends Object
public function respond() public function respond()
{ {
header('Content-type: application/json'); header('Content-Type: application/json');
header('X-Powered-By: Pickles v2 - https://github.com/joshtronic/pickles');
$meta = [ $meta = [
'status' => $this->status, 'status' => $this->status,