]> git.mxchange.org Git - core.git/commitdiff
imported FrameworkInterface + created namespace
authorRoland Häder <roland@mxchange.org>
Fri, 19 May 2017 15:39:48 +0000 (17:39 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 19 May 2017 15:39:48 +0000 (17:39 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
framework/main/classes/helper/captcha/class_
framework/main/interfaces/class_
framework/main/interfaces/pool/class_Poolable.php

index 0936f491aae69d7204c29b39a70115b1b5b246b5..a7d9d73f34a6f644276a130ca002990ee817ee35 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace CoreFramework\Captcha\;
+
+// Import framework stuff
+use CoreFramework\Generic\FrameworkInterface;
+
 /**
  * A solveable CAPTCHA
  *
index 9a2aecd04c7907d254c08d525fdbe6b8909eab83..2d208fd550cb22bc91133dabbe3c5af3b6735849 100644 (file)
@@ -2,6 +2,9 @@
 // Own namespace
 namespace CoreFramework\!!!;
 
+// Import framework stuff
+use CoreFramework\Generic\FrameworkInterface;
+
 /**
  * A ??? interface
  *
index 424010bfc9d9544e34ece3021e66561a6348c8cd..534196d96b325f622d193e067f240bae594646e1 100644 (file)
@@ -3,6 +3,7 @@
 namespace CoreFramework\Pool;
 
 // Import framework stuff
+use CoreFramework\Generic\FrameworkInterface;
 use CoreFramework\Listener\Listenable;
 
 /**