mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 01:10:42 +08:00
11 lines
No EOL
155 B
PHP
11 lines
No EOL
155 B
PHP
<?php
|
|
|
|
namespace SuiteCRM\Core\Modules\Users\Helper;
|
|
|
|
class Authentication
|
|
{
|
|
public function login(): void
|
|
{
|
|
// Authentication stub
|
|
}
|
|
} |