]> git.mxchange.org Git - city.git/blobdiff - application/city/classes/database/frontend/city_entities/sections/class_CitySectionsDatabaseWrapper.php
Continued:
[city.git] / application / city / classes / database / frontend / city_entities / sections / class_CitySectionsDatabaseWrapper.php
index c7a07c30cdc03aee3f15018d3b7783ab51f4ab73..6f29ee848dbc310dfe588f3560d320802571f96c 100644 (file)
@@ -39,7 +39,7 @@ use Org\Mxchange\CoreFramework\Registry\Registerable;
  */
 class CitySectionsDatabaseWrapper extends BaseDatabaseWrapper implements CitySectionsWrapper, Registerable {
        // Constants for database table names
-       const DB_TABLE_CITY_SECTIONS = 'city_sections';
+       const DB_TABLE_CITY_SECTIONS           = 'city_sections';
 
        // Entry id
        const DB_COLUMN_ENTRY_ID               = 'entry_id';