making sure no problems arrise from missing namesp
This commit is contained in:
parent
06a4bb4bcb
commit
5148406147
@ -1,6 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
namespace model\testactions;
|
namespace model\testactions;
|
||||||
use PDO;
|
use PDO;
|
||||||
|
use PDOException;
|
||||||
class TA_TestSQLConnection extends TestAction{
|
class TA_TestSQLConnection extends TestAction{
|
||||||
function __construct(){
|
function __construct(){
|
||||||
parent::__construct();
|
parent::__construct();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user