Skip to content

Commit

Permalink
feat: make register public
Browse files Browse the repository at this point in the history
  • Loading branch information
jenky committed Jul 11, 2024
1 parent 3a4ee6c commit 5bca684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ConnectorConfigurator.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ final public function middleware(callable $middleware, string $name = '')
* @param \Closure(T): void $handler
* @return static
*/
protected function register(\Closure $handler)
final public function register(\Closure $handler)
{
$clone = clone $this;
$clone->handlers[] = $handler;
Expand Down

0 comments on commit 5bca684

Please sign in to comment.