imported BaseInfo
authorRoland Häder <roland@mxchange.org>
Fri, 19 May 2017 16:27:55 +0000 (18:27 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 19 May 2017 16:27:55 +0000 (18:27 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
framework/main/classes/info/class_
framework/main/classes/info/connection/class_ConnectionInfo.php

index a0e2d993c652ded860373ce01de0683f353c3100..a62219790697a54035a69dca93cea36a7d9e62d2 100644 (file)
@@ -3,6 +3,7 @@
 namespace CoreFramework\Information\;
 
 // Import framework stuff
+use CoreFramework\Information\BaseInfo;
 use CoreFramework\Information\ShareableInfo;
 
 /**
index e9b73debe6d6832e4d4cad68714efaffab5e1232..89a79129f8e4be688236c348ece480694b39f413 100644 (file)
@@ -3,6 +3,7 @@
 namespace CoreFramework\Information\Connection;
 
 // Import framework stuff
+use CoreFramework\Information\BaseInfo;
 use CoreFramework\Information\ShareableInfo;
 use CoreFramework\Listener\Listenable;
 use CoreFramework\Registry\Registerable;