Skip to content

Commit 88183aa

Browse files
committed
Update Cron/Sections.php
1 parent b0eea47 commit 88183aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cron/Sections.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ class Sections
2020
/**
2121
* @var SectionFactory
2222
*/
23-
protected $sectionFactory;
23+
private $sectionFactory;
2424

2525
/**
2626
* @var Info
2727
*/
28-
protected $info;
28+
private $info;
2929

3030
/**
3131
* @var ResourceConnection
3232
*/
33-
protected $resource;
33+
private $resource;
3434

3535
/**
3636
* @var SetLinvFlag

0 commit comments

Comments
 (0)