mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-19 18:32:52 +09:00
Directly import PushInterface
This commit is contained in:
parent
166e867f77
commit
90d8b7fc33
2 changed files with 6 additions and 4 deletions
|
|
@ -13,7 +13,7 @@ interface PushInterface
|
|||
* @param array $config
|
||||
* @return void
|
||||
*/
|
||||
public static function getInstance(array $config): object;
|
||||
public static function getInstance(array $config): PushInterface;
|
||||
|
||||
/**
|
||||
* Get the human-readable name of this Push driver.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue