feat : config
This commit is contained in:
@@ -95,4 +95,12 @@ class LoginService extends BaseService
|
||||
]
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return array
|
||||
*/
|
||||
public function logOut(): array
|
||||
{
|
||||
return $this->return->success();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user