Skip to content

Commit

Permalink
Merge pull request #13 from vecnavium-pm-pl/dev
Browse files Browse the repository at this point in the history
Fixed issue pertaining to #12
  • Loading branch information
Vecnavium authored Mar 2, 2022
2 parents da8a07b + 3c2acc7 commit ea8d4ed
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Vecnavium/SkyBlocksPM/SkyBlocksPM.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@ public function initDataBase(): void
$db->waitAll();
$this->dataConnector = $db;
}

/**
* @return DataConnector
*/
public function getDataBase(): DataConnector
{
return $this->dataConnector;
}

/**
* @return Generator
Expand Down

0 comments on commit ea8d4ed

Please sign in to comment.