Continued:
[core.git] / framework / main / classes / controller / class_BaseController.php
index fa746cd756c28deb551f273e77459e72a8cd3a05..b9f593279385921607fd8b0e3058c40454cdae37 100644 (file)
@@ -36,7 +36,7 @@ use Org\Mxchange\CoreFramework\Response\Responseable;
  * 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 BaseController extends BaseFrameworkSystem implements Registerable {
+abstract class BaseController extends BaseFrameworkSystem implements Registerable {
        // Exception constants
        const EXCEPTION_FILTER_CHAIN_INVALID = 0xf10;