diff options
Diffstat (limited to 'src/DTS/Old.php')
| -rw-r--r-- | src/DTS/Old.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DTS/Old.php b/src/DTS/Old.php index 8545f8d..b02946f 100644 --- a/src/DTS/Old.php +++ b/src/DTS/Old.php @@ -23,7 +23,7 @@ class Old          }      } -    public function get(string $key, mixed $default = null): mixed +    public function get(string $key, $default = null)      {          return $this->old[$key] ?? $default;      }  | 
