Skip to content

Commit

Permalink
Merge pull request #8 from Calendart/persist-options
Browse files Browse the repository at this point in the history
add request specific option for persist method
  • Loading branch information
Taluu committed Apr 13, 2016
2 parents 9996e74 + 7d25dff commit f4b93f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Adapter/EventApiInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ public function get($identifier);

/**
* Make an event persistent within the provider
* $options is an array containing request's specific options
*
* @return void
*/
public function persist(AbstractEvent $event);
public function persist(AbstractEvent $event, array $options = []);
}

0 comments on commit f4b93f1

Please sign in to comment.