]> git.mxchange.org Git - city.git/blobdiff - application/city/classes/states/city/class_BaseCityState.php
Continued:
[city.git] / application / city / classes / states / city / class_BaseCityState.php
index 56e57cb1cdd61a27ef91f357ac9b616c80f2722c..11e8dd6ae706ff75b3e0d76c8552631ede8cce0d 100644 (file)
@@ -1,4 +1,13 @@
 <?php
+// Own namespace
+namespace Org\Mxchange\City\State;
+
+// Import application-specific stuff
+use Org\Mxchange\City\State\Init\CityInitState;
+
+// Import framework stuff
+use Org\Mxchange\CoreFramework\State\BaseState;
+
 /**
  * A general city state class
  *
@@ -21,7 +30,7 @@
  * 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 BaseCityState extends BaseState {
+abstract class BaseCityState extends BaseState {
        /**
         * Protected constructor
         *