domain-watchdog/src/Message/ValidateConnectorCredentials.php

17 lines
289 B
PHP
Raw Normal View History

2025-01-16 21:49:02 +01:00
<?php
namespace App\Message;
final class ValidateConnectorCredentials
{
/*
* Add whatever properties and methods you need
* to hold the data for this message class.
*/
// public function __construct(
// public readonly string $name,
// ) {
// }
}