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