aboutsummaryrefslogtreecommitdiff
path: root/app/Services/ImportService.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Services/ImportService.php')
-rw-r--r--app/Services/ImportService.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Services/ImportService.php b/app/Services/ImportService.php
index 298c0ec21..51ab106ca 100644
--- a/app/Services/ImportService.php
+++ b/app/Services/ImportService.php
@@ -6,9 +6,9 @@ declare(strict_types=1);
*/
class FreshRSS_Import_Service {
- private FreshRSS_CategoryDAO $catDAO;
+ private readonly FreshRSS_CategoryDAO $catDAO;
- private FreshRSS_FeedDAO $feedDAO;
+ private readonly FreshRSS_FeedDAO $feedDAO;
/** true if success, false otherwise */
private bool $lastStatus;