diff --git a/src/Enabler.php b/src/Enabler.php index 9dc7d34..fa6d741 100644 --- a/src/Enabler.php +++ b/src/Enabler.php @@ -213,7 +213,7 @@ function ($token) { } ); - $this->writeStorage($list); + $this->writeStorage(array_values($list)); } // TOKEN UTILS -----------------------------------------------------------------------------------------------------