diff --git a/Inject/Service.php b/Inject/Service.php deleted file mode 100644 index 6f6702b..0000000 --- a/Inject/Service.php +++ /dev/null @@ -1,38 +0,0 @@ -get(LocalService::class); - - $class->{$property} = $service->get($this->service); - } - -} diff --git a/Inject/ServiceParams.php b/Inject/ServiceParams.php deleted file mode 100644 index 1f9f847..0000000 --- a/Inject/ServiceParams.php +++ /dev/null @@ -1,37 +0,0 @@ -get(LocalService::class); - - return $service->get($this->value); - } - -}