Skip to content

Commit a435e14

Browse files
committed
Update Implementation.php
1 parent e411261 commit a435e14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/PHPixie/HTTP/Context/Container/Implementation.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace PHPixie\HTTP\Context\Container;
44

5-
class Implementation
5+
class Implementation implements \PHPixie\HTTP\Context\Container
66
{
77
protected $context;
88

@@ -15,4 +15,4 @@ public function httpContext()
1515
{
1616
return $this->context;
1717
}
18-
}
18+
}

0 commit comments

Comments
 (0)