From 627c59289123adebced74d3904db893729053843 Mon Sep 17 00:00:00 2001 From: Marco Date: Tue, 20 Mar 2018 16:13:56 +0100 Subject: [PATCH] Let 'Administration' constructor be part of public API --- src/Administration.php | 2 -- 1 file changed, 2 deletions(-) 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 */