From b146db224e99af996359e0c7fe9204bc9c96b233 Mon Sep 17 00:00:00 2001 From: John Lennard Date: Tue, 1 Feb 2022 12:43:53 +1300 Subject: [PATCH] Fix namespace in Uuid library to prevent bad times --- .../Rhumsaa/Uuid/Exception/UnsatisfiedDependencyException.php | 2 +- .../Rhumsaa/Uuid/Exception/UnsupportedOperationException.php | 2 +- src/Raygun4php/Rhumsaa/Uuid/Uuid.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Raygun4php/Rhumsaa/Uuid/Exception/UnsatisfiedDependencyException.php b/src/Raygun4php/Rhumsaa/Uuid/Exception/UnsatisfiedDependencyException.php index 1c89255..b046130 100755 --- a/src/Raygun4php/Rhumsaa/Uuid/Exception/UnsatisfiedDependencyException.php +++ b/src/Raygun4php/Rhumsaa/Uuid/Exception/UnsatisfiedDependencyException.php @@ -10,7 +10,7 @@ * @license http://opensource.org/licenses/MIT MIT */ -namespace Raygun4Php\Rhumsaa\Uuid\Exception; +namespace Raygun4php\Rhumsaa\Uuid\Exception; /** * Thrown to indicate that the requested operation has depencies that have not diff --git a/src/Raygun4php/Rhumsaa/Uuid/Exception/UnsupportedOperationException.php b/src/Raygun4php/Rhumsaa/Uuid/Exception/UnsupportedOperationException.php index e129a08..fe1e49d 100755 --- a/src/Raygun4php/Rhumsaa/Uuid/Exception/UnsupportedOperationException.php +++ b/src/Raygun4php/Rhumsaa/Uuid/Exception/UnsupportedOperationException.php @@ -10,7 +10,7 @@ * @license http://opensource.org/licenses/MIT MIT */ -namespace Raygun4Php\Rhumsaa\Uuid\Exception; +namespace Raygun4php\Rhumsaa\Uuid\Exception; /** * Thrown to indicate that the requested operation is not supported. diff --git a/src/Raygun4php/Rhumsaa/Uuid/Uuid.php b/src/Raygun4php/Rhumsaa/Uuid/Uuid.php index 53973a6..c4ace5d 100755 --- a/src/Raygun4php/Rhumsaa/Uuid/Uuid.php +++ b/src/Raygun4php/Rhumsaa/Uuid/Uuid.php @@ -11,7 +11,7 @@ */ /** phpcs:disable */ -namespace Raygun4Php\Rhumsaa\Uuid; +namespace Raygun4php\Rhumsaa\Uuid; use InvalidArgumentException;