Skip to content

Commit

Permalink
add request specific option for persist method
Browse files Browse the repository at this point in the history
  • Loading branch information
krichprollsch committed Apr 13, 2016
1 parent 9996e74 commit 7d25dff
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 7d25dff

Please sign in to comment.