Skip to content

Commit bb45a19

Browse files
Replaced resolve helper with app to facilitate use for lumen (#280)
1 parent 0c9e058 commit bb45a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Consumers/Builder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ protected function __construct(protected string $brokers, array $topics = [], pr
7979
$this->autoCommit = config('kafka.auto_commit');
8080
$this->options = [];
8181

82-
$this->deserializer = resolve(MessageDeserializer::class);
82+
$this->deserializer = app(MessageDeserializer::class);
8383
}
8484

8585
/** @inheritDoc */

0 commit comments

Comments
 (0)