Skip to content

Commit 8933141

Browse files
authored
Update ResponseFactory.php
1 parent 81a20f1 commit 8933141

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Tqdev/PhpCrudApi/ResponseFactory.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
class ResponseFactory
99
{
1010
const OK = 200;
11+
const MOVED_PERMANENTLY = 301;
12+
const FOUND = 302;
1113
const UNAUTHORIZED = 401;
1214
const FORBIDDEN = 403;
1315
const NOT_FOUND = 404;

0 commit comments

Comments
 (0)