mirror of
https://github.com/salesagility/SuiteCRM.git
synced 2025-02-10 16:32:27 +00:00
8 lines
113 B
PHP
8 lines
113 B
PHP
<?php
|
|
|
|
namespace Step\Acceptance;
|
|
|
|
#[\AllowDynamicProperties]
|
|
class Administration extends \AcceptanceTester
|
|
{
|
|
}
|