Skip to content

Commit

Permalink
Merge pull request #18 from nbgrp/1.1
Browse files Browse the repository at this point in the history
1.1 to 1.2
  • Loading branch information
a-menshchikov authored Jul 23, 2022
2 parents 4c33a07 + ff794af commit 4ec3035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Onelogin/AuthRegistryInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/
interface AuthRegistryInterface
{
public function addService(string $key, Auth $auth): AuthRegistry;
public function addService(string $key, Auth $auth): self;

public function hasService(string $key): bool;

Expand Down

0 comments on commit 4ec3035

Please sign in to comment.