This commit is contained in:
2023-04-21 22:26:43 +08:00
parent ada0f49a43
commit f313860436
12 changed files with 25 additions and 135 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ class ServerProviders extends Providers
* @throws ContainerExceptionInterface
* @throws NotFoundExceptionInterface
*/
public function onImport(LocalService $application)
public function onImport(LocalService $application): void
{
$server = $this->container->get(ServerCommand::class);