change request interface
This commit is contained in:
parent
2bc3dfc3ec
commit
6117f94033
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
namespace FreightQuote\User;
|
namespace FreightQuote\User;
|
||||||
|
|
||||||
use Psr\Http\Message\ResponseInterface as Response;
|
use Psr\Http\Message\ResponseInterface as Response;
|
||||||
use Psr\Http\Message\RequestInterface as Request;
|
use Psr\Http\Message\ServerRequestInterface as Request;
|
||||||
use Slim\Views\Twig;
|
use Slim\Views\Twig;
|
||||||
|
|
||||||
class UserController
|
class UserController
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue