Skip to content

Commit

Permalink
Fixed model manager interface
Browse files Browse the repository at this point in the history
  • Loading branch information
mirovskyi committed Jan 22, 2018
1 parent 2664b64 commit 6c89963
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Manager/ModelManagerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ public function retrieve(StripeObject $object);
/**
* Retrieve model by stripe ID and stripe object type
*
* @param string $objectType
* @param string $id
* @param string $objectType
* @return StripeModelInterface|null
*/
public function retrieveByStripeId($objectType, $id);
public function retrieveByStripeId($id, $objectType);

/**
* Save stripe object in database
Expand Down

0 comments on commit 6c89963

Please sign in to comment.