We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f50e76b + 3b345f7 commit 6e92536Copy full SHA for 6e92536
app/code/Meta/BusinessExtension/Block/Adminhtml/Setup.php
@@ -145,7 +145,7 @@ public function getSelectedStoreId(): ?int
145
try {
146
$this->storeRepo->getById($requestStoreId);
147
return $requestStoreId;
148
- } catch (NoSuchEntityException) {
+ } catch (NoSuchEntityException $ex) {
149
$this->fbeHelper->log("Store with requestStoreId $requestStoreId not found");
150
}
151
0 commit comments