mirror of
https://github.com/standardebooks/web.git
synced 2025-07-20 13:24:48 -04:00
Rename PropertiesBase to more accurate Accessor
This commit is contained in:
parent
06fce2f089
commit
350f65532f
13 changed files with 13 additions and 13 deletions
|
@ -3,7 +3,7 @@ use function Safe\parse_url;
|
|||
use function Safe\preg_match;
|
||||
use function Safe\preg_replace;
|
||||
|
||||
class Museum extends PropertiesBase{
|
||||
class Museum extends Accessor{
|
||||
public int $MuseumId;
|
||||
public string $Name;
|
||||
public string $Domain;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue