mirror of
https://github.com/delight-im/PHP-Auth.git
synced 2025-08-11 10:34:02 +02:00
Let 'Administration' constructor be part of public API
This commit is contained in:
@@ -18,8 +18,6 @@ require_once __DIR__ . '/Exceptions.php';
|
|||||||
final class Administration extends UserManager {
|
final class Administration extends UserManager {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @internal
|
|
||||||
*
|
|
||||||
* @param PdoDatabase|PdoDsn|\PDO $databaseConnection the database connection to operate on
|
* @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
|
* @param string|null $dbTablePrefix (optional) the prefix for the names of all database tables used by this component
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user