fix classmap

This commit is contained in:
Martz
2023-02-05 16:56:45 +01:00
parent 8ad728efdc
commit 531d1befd9
2 changed files with 3 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
<?php
class Pocketbase
{
private string|bool $response;
private string $response;
private string $url;
public function __construct(string $url)