diff --git a/src/Enums/Enum.php b/src/Enums/Enum.php index 498cf86..97b392d 100644 --- a/src/Enums/Enum.php +++ b/src/Enums/Enum.php @@ -7,7 +7,7 @@ trait Enum { /** - * Get tje description for the enum + * Get the description for the enum * * @return string */ diff --git a/src/Models/EfaasSession.php b/src/Models/EfaasSession.php index c56b6bb..8f871ac 100644 --- a/src/Models/EfaasSession.php +++ b/src/Models/EfaasSession.php @@ -55,8 +55,5 @@ public function logOut(?string $guard = null) // then destroy self $this->delete(); - - // then destroy self - $this->delete(); } }