]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/output/class_BaseOutput.php
Renamed Registry -> GenericRegistry to make it clear that this registry does
[core.git] / framework / main / classes / output / class_BaseOutput.php
index 61067790b199a0f990c88b2d8775a6fa6001a594..c4ba130555cbf45db160b0788ac5e0c364a41a31 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 // Own namespace
-namespace CoreFramework\Output;
+namespace Org\Mxchange\CoreFramework\Output;
 
 // Import framework stuff
-use CoreFramework\Object\BaseFrameworkSystem;
+use Org\Mxchange\CoreFramework\Object\BaseFrameworkSystem;
 
 /**
  * Generic output class
@@ -27,7 +27,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 BaseOutput extends BaseFrameworkSystem {
+abstract class BaseOutput extends BaseFrameworkSystem {
        /**
         * Protected constructor
         *