Skip to content

Commit 7d784c3

Browse files
committed
pref
1 parent 21905eb commit 7d784c3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

database-manager-contracts/DatabaseManagerInterface.php

+11
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,16 @@
44

55
interface DatabaseManagerInterface
66
{
7+
/**
8+
* @return mixed
9+
*/
10+
public function getManager(): mixed;
11+
12+
/**
13+
* @param mixed $manager
14+
*
15+
* @return static
16+
*/
17+
public function setManager(mixed $manager): static;
718

819
}

0 commit comments

Comments
 (0)