for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* MIT License
* For full license information, please view the LICENSE file that was distributed with this source code.
*/
namespace SprykerEco\Service\CrefoPayApi;
use Spryker\Service\Kernel\AbstractBundleDependencyProvider;
use Spryker\Service\Kernel\Container;
class CrefoPayApiDependencyProvider extends AbstractBundleDependencyProvider
{
* @param \Spryker\Service\Kernel\Container $container
*
* @return \Spryker\Service\Kernel\Container
public function provideServiceDependencies(Container $container): Container
$container = parent::provideServiceDependencies($container);
return $container;
}