diff options
author | Arnold Daniels <arnold@jasny.net> | 2017-02-09 12:54:41 +0100 |
---|---|---|
committer | Arnold Daniels <arnold@jasny.net> | 2017-02-09 14:54:53 +0100 |
commit | 9f2e0789a87685d6ba8f2cf10ee345d64771d95e (patch) | |
tree | 9f49f5b9543d7f8319fb91105a1c89fb3f10eecd /src | |
parent | 142aa6e66c0559b03278f8f62ecec5747b8e019e (diff) | |
download | controller-9f2e0789a87685d6ba8f2cf10ee345d64771d95e.zip controller-9f2e0789a87685d6ba8f2cf10ee345d64771d95e.tar.gz controller-9f2e0789a87685d6ba8f2cf10ee345d64771d95e.tar.bz2 |
Fixed issues with controllerinterface and tests
Diffstat (limited to 'src')
-rw-r--r-- | src/Controller.php | 2 | ||||
-rw-r--r-- | src/ControllerInterface.php (renamed from src/Controller/ControllerInterface.php) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/Controller.php b/src/Controller.php index 95d7b3c..3f400e7 100644 --- a/src/Controller.php +++ b/src/Controller.php @@ -2,7 +2,7 @@ namespace Jasny; -use ControllerInterface; +use Jasny\ControllerInterface; use Psr\Http\Message\ServerRequestInterface; use Psr\Http\Message\ResponseInterface; diff --git a/src/Controller/ControllerInterface.php b/src/ControllerInterface.php index 8225457..8225457 100644 --- a/src/Controller/ControllerInterface.php +++ b/src/ControllerInterface.php |