making sure no problems arrise from missing namesp

This commit is contained in:
Andreas 2019-09-30 15:21:14 +02:00
parent 06a4bb4bcb
commit 5148406147

View File

@ -1,6 +1,7 @@
<?php
namespace model\testactions;
use PDO;
use PDOException;
class TA_TestSQLConnection extends TestAction{
function __construct(){
parent::__construct();