X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Fcity%2Fclasses%2Fmanager%2Fclass_BaseManager.php;h=4fc07fa87a2af53ed9de2349085077250c642fb2;hb=3b6880bb4c6fc2a73ab555b873c74124b569f4b6;hp=7ceaa1326af895075d81cbbc42fddb7ec3960bd8;hpb=2f13b8829ca1aaa76fe28448223230502adfb93f;p=city.git diff --git a/application/city/classes/manager/class_BaseManager.php b/application/city/classes/manager/class_BaseManager.php index 7ceaa13..4fc07fa 100644 --- a/application/city/classes/manager/class_BaseManager.php +++ b/application/city/classes/manager/class_BaseManager.php @@ -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 . */ -class BaseManager extends BaseCitySystem implements Manageable, Registerable { +abstract class BaseManager extends BaseCitySystem implements Manageable, Registerable { /** * Protected constructor *