revert mock namespace

This commit is contained in:
jb cr
2024-10-22 11:20:39 +02:00
parent b78326a847
commit 26dbef58d3

View File

@@ -2,7 +2,7 @@
declare(strict_types=1);
namespace Win32ServiceBundle\Model;
namespace Win32Service\Model;
function win32_start_service_ctrl_dispatcher(string $serviceName): bool
{
@@ -29,7 +29,7 @@ class Win32serviceState
private int $lastControlMessage = WIN32_SERVICE_CONTROL_INTERROGATE;
public static function getInstance(): Win32serviceState
public static function getInstance(): self
{
if (self::$instance === null) {
self::$instance = new self();