Renamed Registry -> GenericRegistry to make it clear that this registry does
[core.git] / framework / main / classes / actions / class_BaseAction.php
index 331eba3a79bb1f7352968a53840a317cdf232017..4205c9eac000d7af928e41473a2bfdde56d2af01 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 // Own namespace
-namespace CoreFramework\Action;
+namespace Org\Mxchange\CoreFramework\Action;
 
 // Import framework stuff
-use CoreFramework\Object\BaseFrameworkSystem;
+use Org\Mxchange\CoreFramework\Object\BaseFrameworkSystem;
 
 /**
  * A general action class. You shall extend this class if you are going to write
@@ -29,7 +29,7 @@ use CoreFramework\Object\BaseFrameworkSystem;
  * 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 BaseAction extends BaseFrameworkSystem {
+abstract class BaseAction extends BaseFrameworkSystem {
        /**
         * Protected constructor
         *