Renamed Registry -> GenericRegistry to make it clear that this registry does
[core.git] / framework / main / classes / helper / captcha / class_BaseCaptcha.php
index 54e61a311cd99b341b36d5a6e59f281d5feb5ea3..f0bb7aeb0245c9e5090e4b925cb0a69ffb754ad3 100644 (file)
@@ -29,7 +29,7 @@ use Org\Mxchange\CoreFramework\Helper\BaseHelper;
  * 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 BaseCaptcha extends BaseHelper {
+abstract class BaseCaptcha extends BaseHelper {
        /**
         * Protected constructor
         *