X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fmain%2Fclasses%2Fclass_BaseFrameworkSystem.php;h=f306b320f5a12b3018de0e451bac5f14124265de;hp=302057523e0011313ffc2bbc09afc2b45eaa6d5f;hb=a57cbf597f252876708b30deef97967d1c208aeb;hpb=8c29c7208dc27ea0d088aa1f232713775c007ce5 diff --git a/inc/main/classes/class_BaseFrameworkSystem.php b/inc/main/classes/class_BaseFrameworkSystem.php index 30205752..f306b320 100644 --- a/inc/main/classes/class_BaseFrameworkSystem.php +++ b/inc/main/classes/class_BaseFrameworkSystem.php @@ -3,7 +3,9 @@ namespace CoreFramework\Object; // Import framework stuff +use CoreFramework\Compressor\Compressor; use CoreFramework\Configuration\FrameworkConfiguration; +use CoreFramework\Connection\Database\DatabaseConnection; use CoreFramework\Controller\Controller; use CoreFramework\Criteria\Criteria; use CoreFramework\Criteria\Local\LocalSearchCriteria;