0
0
Fork 0
mirror of https://github.com/salesagility/SuiteCRM.git synced 2025-02-05 14:39:45 +00:00
salesagility_SuiteCRM/modules/InboundEmail/temp.php
2023-07-18 15:53:09 +01:00

9 lines
108 B
PHP

<?php
/**
* Stub for certain interactions;
*/
#[\AllowDynamicProperties]
class temp
{
public $name;
}