]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/feature/class_
Old lost parameter from old template ... :-(
[core.git] / inc / classes / main / feature / class_
index 1a9b0f0cc8d853ced61cdc160052d2c27ac48649..d1cb3a69f9473c8edcecc21125fe5a7fbad92820 100644 (file)
@@ -35,10 +35,9 @@ class ???Feature extends BaseFeature implements Feature {
        /**
         * Creates an instance of this Feature class and prepares it for usage
         *
-        * @param       $appInstance            A manageable application
         * @return      $featureInstance        An instance of this Feature class
         */
-       public final static function create???Feature (ManageableApplication $appInstance) {
+       public final static function create???Feature () {
                // Get a new instance
                $featureInstance = new ???Feature();