]> git.mxchange.org Git - city.git/blobdiff - application/city/classes/manager/class_BaseManager.php
Continued:
[city.git] / application / city / classes / manager / class_BaseManager.php
index 7ceaa1326af895075d81cbbc42fddb7ec3960bd8..4fc07fa87a2af53ed9de2349085077250c642fb2 100644 (file)
@@ -2,9 +2,12 @@
 // Own namespace
 namespace Org\Mxchange\City\Manager;
 
-// Import own stuff
+// Import application-specific stuff
 use Org\Mxchange\City\Generic\BaseCitySystem;
 
+// Import framework stuff
+use Org\Mxchange\CoreFramework\Registry\Registerable;
+
 /**
  * A general Manager class
  *
@@ -27,7 +30,7 @@ use Org\Mxchange\City\Generic\BaseCitySystem;
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
-class BaseManager extends BaseCitySystem implements Manageable, Registerable {
+abstract class BaseManager extends BaseCitySystem implements Manageable, Registerable {
        /**
         * Protected constructor
         *