1
0
mirror of https://github.com/delight-im/PHP-Auth.git synced 2025-08-09 17:46:33 +02:00

Let 'Administration' constructor be part of public API

This commit is contained in:
Marco
2018-03-20 16:13:56 +01:00
parent 2a6d1c4f7d
commit 627c592891

View File

@@ -18,8 +18,6 @@ require_once __DIR__ . '/Exceptions.php';
final class Administration extends UserManager {
/**
* @internal
*
* @param PdoDatabase|PdoDsn|\PDO $databaseConnection the database connection to operate on
* @param string|null $dbTablePrefix (optional) the prefix for the names of all database tables used by this component
*/