Continued:
[core.git] / inc / main / classes / fuse / class_FrameworkFuseWrapper.php
index 8128e0a16e449353d9101eca05865660f71daef8..b42b15158002cd69972c8da9df8953c9e514d553 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace CoreFramework\Wrapper\Fuse;
+
+// Import framework stuff
+use CoreFramework\Registry\Registerable;
+
 /**
  * A class for binding to the FUSE wrapper. This class requires the PHP
  * extension fuse.dll/so being added to your setup. If you want to use this
@@ -104,7 +110,5 @@ public class FrameworkFuseWrapper extends FuseWrapper implements Registerable {
 
                return -FUSE_ENOERR;
        }
-}
 
-// [EOF]
-?>
+}