Directly import PushInterface

This commit is contained in:
Kijin Sung 2020-12-11 22:09:10 +09:00
parent 166e867f77
commit 90d8b7fc33
2 changed files with 6 additions and 4 deletions

View file

@ -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.