feat: connector credentials check

This commit is contained in:
Maël Gangloff
2025-01-16 21:49:02 +01:00
parent 2441eb2925
commit 63bc105de9
8 changed files with 159 additions and 3 deletions

View File

@@ -0,0 +1,16 @@
<?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,
// ) {
// }
}