mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2026-07-30 00:30:19 +08:00
8 lines
81 B
PHP
8 lines
81 B
PHP
<?php
|
|
/**
|
|
* Stub for certain interactions;
|
|
*/
|
|
class temp
|
|
{
|
|
public $name;
|
|
}
|