X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Ffeature%2Fclass_FrameworkFeature.php;h=dbfe168afe56443e9f9c2dc6b143f4346e030121;hp=77f9431b4c71044567d3abdcb197856525f32c53;hb=c99ea2a34a86019d76fa43492d8a1171d369a149;hpb=0ccdb0379f308c6b7b5677b8b7c242df8e9dd300 diff --git a/inc/classes/main/feature/class_FrameworkFeature.php b/inc/classes/main/feature/class_FrameworkFeature.php index 77f9431b..dbfe168a 100644 --- a/inc/classes/main/feature/class_FrameworkFeature.php +++ b/inc/classes/main/feature/class_FrameworkFeature.php @@ -22,7 +22,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -class FrameworkFeature extends BaseFrameworkSystem implements Feature { +class FrameworkFeature extends BaseFrameworkSystem { // Exception code constants const EXCEPTION_FEATURE_METHOD_NOT_CALLABLE = 0x400;