diff --git a/src/Administration.php b/src/Administration.php index 1400767..f94933c 100644 --- a/src/Administration.php +++ b/src/Administration.php @@ -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 */