Skip to content

Commit

Permalink
WIP: add events
Browse files Browse the repository at this point in the history
  • Loading branch information
gehrisandro committed Dec 5, 2023
1 parent 662ffbe commit 5aeff0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ final class Factory

private ?Closure $streamHandler = null;

private Dispatcher|EventDispatcherInterface|null $events = null;
private LaravelDispatcher|EventDispatcherInterface|null $events = null;

/**
* Sets the API key for the requests.
Expand Down

0 comments on commit 5aeff0d

Please sign in to comment.