diff options
Diffstat (limited to 'app/Database.php')
| -rw-r--r-- | app/Database.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/app/Database.php b/app/Database.php index 9877f3416a..5b7c35ad7c 100644 --- a/app/Database.php +++ b/app/Database.php @@ -1,6 +1,4 @@ <?php -namespace Fisharebest\Webtrees; - /** * webtrees: online genealogy * Copyright (C) 2015 webtrees development team @@ -15,14 +13,14 @@ namespace Fisharebest\Webtrees; * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +namespace Fisharebest\Webtrees; use Fisharebest\Webtrees\Schema\MigrationInterface; use PDO; use PDOException; /** - * Class Database Class - Extend PHP's native PDO class - * to provide database access with logging, etc. + * Extend PHP's native PDO class. */ class Database { /** @var Database Implement the singleton pattern */ |
