wip: implement travel guide data
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace App\BusProNet\Model;
|
||||
|
||||
class Guide
|
||||
{
|
||||
public ?string $name = null;
|
||||
public ?string $phone = null;
|
||||
}
|
||||
Reference in New Issue
Block a user