fix: apply correct return type and response handling
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ declare(strict_types=1);
|
||||
|
||||
namespace App\BusProNet\Model;
|
||||
|
||||
class ContactFormResponse
|
||||
class RegistrationResponse
|
||||
{
|
||||
public function __construct(
|
||||
public readonly int $addressId,
|
||||
Reference in New Issue
Block a user