Update
This commit is contained in:
8
app/setup/api/setups.php
Normal file
8
app/setup/api/setups.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
use Psr\Container\ContainerInterface as Container;
|
||||
|
||||
return [
|
||||
GuzzleHttp\ClientInterface::class => function(Container $c) {
|
||||
return new GuzzleHttp\Client();
|
||||
}
|
||||
];
|
Reference in New Issue
Block a user