mirror of
https://github.com/delight-im/PHP-Auth.git
synced 2025-08-05 07:37:25 +02:00
Explain that constructor of 'Administration' is for internal use only
This commit is contained in:
@@ -17,6 +17,8 @@ require_once __DIR__ . '/Exceptions.php';
|
||||
final class Administration extends UserManager {
|
||||
|
||||
/**
|
||||
* @internal
|
||||
*
|
||||
* @param PdoDatabase $databaseConnection the database connection to operate on
|
||||
*/
|
||||
public function __construct(PdoDatabase $databaseConnection) {
|
||||
|
Reference in New Issue
Block a user