Skip to content

Commit

Permalink
Merge pull request #2221 from coreshop/coding-standard/refactor-master
Browse files Browse the repository at this point in the history
[CS] Refactor
  • Loading branch information
dpfaffenbauer committed Feb 20, 2023
2 parents 4b04f76 + d038892 commit eda4722
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ public function findStore(Request $request): ?StoreInterface
if ($defaultStore) {
return $defaultStore;
}

throw new StoreNotFoundException();
}
}

0 comments on commit eda4722

Please sign in to comment.