wip: implement travel guide data

This commit is contained in:
Björn Fromme
2024-12-11 14:42:32 +01:00
parent dcb05f40a4
commit 6c68c598b1
2 changed files with 23 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php
namespace App\BusProNet\Model;
class Guide
{
public ?string $name = null;
public ?string $phone = null;
}