modify plugin name
This commit is contained in:
+2
-2
@@ -47,9 +47,9 @@ interface ModelInterface
|
||||
|
||||
|
||||
/**
|
||||
* @return string
|
||||
* @return ?string
|
||||
*/
|
||||
public function getPrimary(): string;
|
||||
public function getPrimary(): ?string;
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user