refactor(modular): 完成第二階段儀表板解耦與模型清理
This commit is contained in:
@@ -28,4 +28,11 @@ interface CoreServiceInterface
|
||||
* @return Collection
|
||||
*/
|
||||
public function getAllUsers(): Collection;
|
||||
|
||||
/**
|
||||
* Get the system user or create one if not exists.
|
||||
*
|
||||
* @return object
|
||||
*/
|
||||
public function ensureSystemUserExists();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user