diff --git a/sources.php b/sources.php index 20ba9cf..f9386d4 100644 --- a/sources.php +++ b/sources.php @@ -4,14 +4,14 @@ class sources private string $link; public function __construct(string $link) - { - $this->link = $link; - } + { + $this->link = $link; + } - public function getlink() - { - return $this->link; - } + public function getlink() + { + return $this->link; + } }