Skip to content

Commit

Permalink
Typo (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmeijer97 authored Nov 5, 2024
1 parent a0a3f32 commit 592ad8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extend/SitesLinkedToMagentoStores.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ public function findByMageRunCode($code)
if (!$code || !($this->sites instanceof Collection)) {
return null;
}
return $this->sites->get($code));
return $this->sites->get($code);
}
}

0 comments on commit 592ad8e

Please sign in to comment.