Skip to content

Commit

Permalink
Update Branch.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamek authored Sep 19, 2017
1 parent 0d9d490 commit d57c79c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Branch.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function __construct($apiKey, IBranchStorage $branchStorage)
/**
* @throws \Exception
*/
private function initializeStorage()
public function initializeStorage()
{
if (!$this->branchStorage->isStorageValid())
{
Expand Down Expand Up @@ -77,4 +77,4 @@ public function find($id)
{
return $this->branchStorage->find($id);
}
}
}

0 comments on commit d57c79c

Please sign in to comment.