SuiteCRM-Core/core/modules/Users/Helper/Authentication.php

11 lines
155 B
PHP
Raw Normal View History

2021-03-30 19:12:01 +01:00
<?php
namespace SuiteCRM\Core\Modules\Users\Helper;
class Authentication
{
public function login(): void
{
// Authentication stub
}
}