Skip to content

Commit

Permalink
Store version in UserPassword flow
Browse files Browse the repository at this point in the history
  • Loading branch information
omniphx committed Nov 12, 2017
1 parent 0877962 commit 1127f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Omniphx/Forrest/Authentications/UserPassword.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function authenticate($url = null)

$this->tokenRepo->put($authToken);

// Store resources into the storage
$this->storeVersion();
$this->storeResources();
}

Expand Down

0 comments on commit 1127f5c

Please sign in to comment.