Passed
Push — feature/eco-2295/eco-2356-main... ( 914252...db8f10 )
by Aleksey
04:55
created

CrefoPayDependencyProvider::provideServiceDependencies()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 5
Code Lines 2

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
cc 1
eloc 2
nc 1
nop 1
dl 0
loc 5
rs 10
c 0
b 0
f 0
1
<?php
2
3
/**
4
 * MIT License
5
 * For full license information, please view the LICENSE file that was distributed with this source code.
6
 */
7
8
namespace SprykerEco\Service\CrefoPay;
9
10
use Spryker\Service\Kernel\AbstractBundleDependencyProvider;
11
12
class CrefoPayDependencyProvider extends AbstractBundleDependencyProvider
13
{
14
}
15