Skip to content

Commit

Permalink
versiyonlar yükseltildi.
Browse files Browse the repository at this point in the history
  • Loading branch information
irfanevrens committed Feb 22, 2018
1 parent ae95110 commit db043ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Karma/ContainerBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ public static function build(string $containerClass = Container::class, $config

$container = $builder->build();

$container->set(Request::class, get('request'));
$container->set(Response::class, get('response'));
$container->set($containerClass, get(\DI\Container::class));

return $container;
Expand Down

0 comments on commit db043ec

Please sign in to comment.