Skip to content

Commit

Permalink
Remove deprecated ConfigReader->read() method
Browse files Browse the repository at this point in the history
Signed-off-by: Orlando Thöny <orlando.thoeny@namics.com>
  • Loading branch information
Orlando Thöny committed Jul 30, 2020
1 parent 2412a62 commit 0bd3b4f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/Config/ConfigReader.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,6 @@ public function __construct($terrificDir) {
$this->readConfig($path);
}

/**
* @deprecated Use getConfig() instead.
*/
public function read(): array {
return $this->getConfig();
}

/**
* Returns Terrific Nitro's config.
*
Expand Down

0 comments on commit 0bd3b4f

Please sign in to comment.