File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 6
6
7
7
use Baldwin \UrlDataIntegrityChecker \Checker \Catalog \Product \UrlKey \DuplicateUrlKey as DuplicateUrlKeyChecker ;
8
8
use Baldwin \UrlDataIntegrityChecker \Checker \Catalog \Product \UrlKey \EmptyUrlKey as EmptyUrlKeyChecker ;
9
- use Baldwin \UrlDataIntegrityChecker \Console \Progress ;
10
9
11
10
class UrlKey
12
11
{
@@ -15,16 +14,13 @@ class UrlKey
15
14
16
15
private $ duplicateUrlKeyChecker ;
17
16
private $ emptyUrlKeyChecker ;
18
- private $ progress ;
19
17
20
18
public function __construct (
21
19
DuplicateUrlKeyChecker $ duplicateUrlKeyChecker ,
22
- EmptyUrlKeyChecker $ emptyUrlKeyChecker ,
23
- Progress $ progress
20
+ EmptyUrlKeyChecker $ emptyUrlKeyChecker
24
21
) {
25
22
$ this ->duplicateUrlKeyChecker = $ duplicateUrlKeyChecker ;
26
23
$ this ->emptyUrlKeyChecker = $ emptyUrlKeyChecker ;
27
- $ this ->progress = $ progress ;
28
24
}
29
25
30
26
/**
You can’t perform that action at this time.
0 commit comments