mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-15 17:40:58 +00:00
Fix typo in CartLocaleChangeHandler Exception
This commit is contained in:
parent
a28ef4b1b7
commit
e3586f6239
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ final class CartLocaleChangeHandler implements LocaleChangeHandlerInterface
|
|||
$this->cartManager->persist($cart);
|
||||
$this->cartManager->flush();
|
||||
} catch (CartNotFoundException $exception) {
|
||||
throw new HandleException(self::class, 'Sylius was unable to found cart.', $exception);
|
||||
throw new HandleException(self::class, 'Sylius was unable to find cart.', $exception);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue