Skip to content

Commit

Permalink
sourceFile will exist, need to override for calendar sources
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio committed Nov 29, 2024
1 parent b089d7b commit f58e000
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Health.php
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,6 @@ private function executeValidation(object $validation, ConnectionInterface $to)
} else {
if (property_exists($validation, 'sourceFile')) {
$dataPath = $validation->sourceFile;
} else {
$matches = null;
if (preg_match("/^(wider-region|national-calendar|diocesan-calendar)-([A-Z][a-z]+)$/i", $validation->validate, $matches)) {
switch ($matches[1]) {
Expand Down

0 comments on commit f58e000

Please sign in to comment.