diff --git a/src/Sources/Source.php b/src/Sources/Source.php index 5924445..55d1802 100644 --- a/src/Sources/Source.php +++ b/src/Sources/Source.php @@ -67,16 +67,6 @@ abstract class Source implements IteratorAggregate $this->config = $config ?: new Config(); } - /** - * Retrieve the underlying configuration - * - * @return Config - */ - public function config(): Config - { - return $this->config; - } - /** * Retrieve the size of the JSON source and cache it *