mirror of
https://github.com/salesagility/SuiteCRM.git
synced 2025-02-10 16:32:27 +00:00
8 lines
81 B
PHP
8 lines
81 B
PHP
<?php
|
|
/**
|
|
* Stub for certain interactions;
|
|
*/
|
|
class temp
|
|
{
|
|
public $name;
|
|
}
|