Skip to content

Commit

Permalink
Merge pull request #19 from krichprollsch/persist-options
Browse files Browse the repository at this point in the history
update EventApi::persist signature according with interface
  • Loading branch information
Taluu committed Apr 13, 2016
2 parents bece67d + 432b256 commit 2dbe22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Api/EventApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public function get($identifier)
}

/** {@inheritDoc} */
public function persist(AbstractEvent $event)
public function persist(AbstractEvent $event, array $options = [])
{
if (!$event instanceof Event) {
throw new InvalidArgumentException('Wrong event provided, expected an office event');
Expand Down

0 comments on commit 2dbe22d

Please sign in to comment.