mirror of
https://github.com/salesagility/SuiteCRM.git
synced 2024-11-22 07:52:36 +00:00
14 lines
221 B
PHP
14 lines
221 B
PHP
<?php
|
|
|
|
namespace Helper;
|
|
|
|
// here you can define custom actions
|
|
// all public methods declared in helper class will be available in $I
|
|
|
|
use Codeception\Module;
|
|
|
|
#[\AllowDynamicProperties]
|
|
class Install extends Module
|
|
{
|
|
}
|