mirror of
https://github.com/salesagility/SuiteCRM.git
synced 2024-11-25 00:56:49 +00:00
10 lines
108 B
PHP
10 lines
108 B
PHP
<?php
|
|
/**
|
|
* Stub for certain interactions;
|
|
*/
|
|
#[\AllowDynamicProperties]
|
|
class temp
|
|
{
|
|
public $name;
|
|
}
|