SuiteCRM-Core/core/modules/Users/Helper/Authentication.php
2021-03-30 19:12:01 +01:00

11 lines
No EOL
155 B
PHP

<?php
namespace SuiteCRM\Core\Modules\Users\Helper;
class Authentication
{
public function login(): void
{
// Authentication stub
}
}