Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
DAcodedBEAT authored and StyleCIBot committed Nov 11, 2023
1 parent 800b702 commit d81ead2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ChurchCRM/dto/Photo.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ private function shouldRefreshPhotoFile($photoFile): bool

// default defined in SystemConfig.php
$interval = \DateInterval::createFromDateString('72 hours');

try {
// if the system has remotes enabled, calculate the cutoff timestamp for refreshing remote photos.
$remotePhotoCacheDuration = SystemConfig::getValue('iRemotePhotoCacheDuration');
Expand Down

0 comments on commit d81ead2

Please sign in to comment.