]> git.mxchange.org Git - shipsimu.git/blobdiff - ship-simu/application/selector/class_ApplicationSelector.php
TODO: We should find something better than BaseFrameworkSystem as a type-hint
[shipsimu.git] / ship-simu / application / selector / class_ApplicationSelector.php
index 741c0d3e0de47808ba5db68da9306aefd8808500..bd3a86b78133de509c6d7cbc1d73a56d9045cfb7 100644 (file)
@@ -139,7 +139,7 @@ class ApplicationSelector extends BaseFrameworkSystem {
         * @throws              MissingMethodException  If $tplEngine misses a required
         *                                                                              method 'loadWebTemplate()'
         */
-       private function prepareTemplateEngine (ManageableApplication $appInstance) {
+       private function prepareTemplateEngine (BaseFrameworkSystem $appInstance) {
                // Generate FQFN for all application templates
                $fqfn = sprintf("%s%s/%s/%s",
                        PATH,