From: Roland Haeder Date: Sat, 25 Feb 2017 15:26:55 +0000 (+0100) Subject: It is CoreFramework, not CoreFra*n*ework X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=7da942b8177f7272700fd0bb7b0743bee9b58e4c It is CoreFramework, not CoreFra*n*ework Signed-off-by: Roland Häder --- diff --git a/application/tests/classes/commands/console/class_TestsConsoleMainCommand.php b/application/tests/classes/commands/console/class_TestsConsoleMainCommand.php index 945df479..d0c6657d 100644 --- a/application/tests/classes/commands/console/class_TestsConsoleMainCommand.php +++ b/application/tests/classes/commands/console/class_TestsConsoleMainCommand.php @@ -5,7 +5,7 @@ namespace CoreFramework\Tests\Command; // Import framework stuff use CoreFramework\Command\BaseCommand; use CoreFramework\Command\Commandable; -use CoreFranework\Controller\Controller; +use CoreFramework\Controller\Controller; use CoreFramework\Factory\ObjectFactory; use CoreFramework\Request\Requestable; use CoreFramework\Resolver\Command\CommandResolver; diff --git a/inc/main/classes/actions/html/class_HtmlLoginProfileAction.php b/inc/main/classes/actions/html/class_HtmlLoginProfileAction.php index f134e09f..f1fafddd 100644 --- a/inc/main/classes/actions/html/class_HtmlLoginProfileAction.php +++ b/inc/main/classes/actions/html/class_HtmlLoginProfileAction.php @@ -4,7 +4,7 @@ namespace CoreFramework\Action\Login; // Import framework stuff use CoreFramework\Action\PerformableAction; -use CoreFranework\Controller\Controller; +use CoreFramework\Controller\Controller; use CoreFramework\Factory\ObjectFactory; use CoreFramework\Registry\Registerable; use CoreFramework\Request\Requestable; diff --git a/inc/main/classes/class_BaseFrameworkSystem.php b/inc/main/classes/class_BaseFrameworkSystem.php index ec28c77f..ce27251c 100644 --- a/inc/main/classes/class_BaseFrameworkSystem.php +++ b/inc/main/classes/class_BaseFrameworkSystem.php @@ -4,7 +4,7 @@ namespace CoreFramework\Object; // Import framework stuff use CoreFramework\Configuration\FrameworkConfiguration; -use CoreFranework\Controller\Controller; +use CoreFramework\Controller\Controller; use CoreFramework\Factory\ObjectFactory; use CoreFramework\Generic\FrameworkInterface; use CoreFramework\Generic\NullPointerException; diff --git a/inc/main/classes/commands/console/class_ConsoleFuseCommand.php b/inc/main/classes/commands/console/class_ConsoleFuseCommand.php index 9ba3e02c..69903e4f 100644 --- a/inc/main/classes/commands/console/class_ConsoleFuseCommand.php +++ b/inc/main/classes/commands/console/class_ConsoleFuseCommand.php @@ -5,7 +5,7 @@ namespace CoreFramework\Command\Fuse; // Import framework stuff use CoreFramework\Command\BaseCommand; use CoreFramework\Command\Commandable; -use CoreFranework\Controller\Controller; +use CoreFramework\Controller\Controller; use CoreFramework\Request\Requestable; use CoreFramework\Resolver\Command\CommandResolver; use CoreFramework\Response\Responseable; diff --git a/inc/main/classes/commands/html/class_HtmlConfirmCommand.php b/inc/main/classes/commands/html/class_HtmlConfirmCommand.php index 4057c5bc..ee869aa6 100644 --- a/inc/main/classes/commands/html/class_HtmlConfirmCommand.php +++ b/inc/main/classes/commands/html/class_HtmlConfirmCommand.php @@ -5,7 +5,7 @@ namespace CoreFramework\Command\Guest; // Import framework stuff use CoreFramework\Command\BaseCommand; use CoreFramework\Command\Commandable; -use CoreFranework\Controller\Controller; +use CoreFramework\Controller\Controller; use CoreFramework\Factory\ObjectFactory; use CoreFramework\Generic\NullPointerException; use CoreFramework\Registry\Registry; diff --git a/inc/main/classes/commands/html/class_HtmlDoFormCommand.php b/inc/main/classes/commands/html/class_HtmlDoFormCommand.php index a23dc9b0..a46a66c1 100644 --- a/inc/main/classes/commands/html/class_HtmlDoFormCommand.php +++ b/inc/main/classes/commands/html/class_HtmlDoFormCommand.php @@ -5,7 +5,7 @@ namespace CoreFramework\Command\Form; // Import framework stuff use CoreFramework\Command\BaseCommand; use CoreFramework\Command\Commandable; -use CoreFranework\Controller\Controller; +use CoreFramework\Controller\Controller; use CoreFramework\Request\Requestable; use CoreFramework\Resolver\Command\CommandResolver; use CoreFramework\Response\Responseable; diff --git a/inc/main/classes/commands/html/class_HtmlHomeCommand.php b/inc/main/classes/commands/html/class_HtmlHomeCommand.php index 1029e649..6f8be22d 100644 --- a/inc/main/classes/commands/html/class_HtmlHomeCommand.php +++ b/inc/main/classes/commands/html/class_HtmlHomeCommand.php @@ -5,7 +5,7 @@ namespace CoreFramework\Command\Guest; // Import framework stuff use CoreFramework\Command\BaseCommand; use CoreFramework\Command\Commandable; -use CoreFranework\Controller\Controller; +use CoreFramework\Controller\Controller; use CoreFramework\Factory\ObjectFactory; use CoreFramework\Request\Requestable; use CoreFramework\Resolver\Command\CommandResolver; diff --git a/inc/main/classes/commands/html/class_HtmlLoginAreaCommand.php b/inc/main/classes/commands/html/class_HtmlLoginAreaCommand.php index a22b6a32..10588301 100644 --- a/inc/main/classes/commands/html/class_HtmlLoginAreaCommand.php +++ b/inc/main/classes/commands/html/class_HtmlLoginAreaCommand.php @@ -6,7 +6,7 @@ namespace CoreFramework\Command\Login; use CoreFramework\Action\PerformableAction; use CoreFramework\Command\BaseCommand; use CoreFramework\Command\Commandable; -use CoreFranework\Controller\Controller; +use CoreFramework\Controller\Controller; use CoreFramework\Factory\ObjectFactory; use CoreFramework\Registry\Registry; use CoreFramework\Request\Requestable; diff --git a/inc/main/classes/commands/html/class_HtmlLoginCommand.php b/inc/main/classes/commands/html/class_HtmlLoginCommand.php index d7e942a9..2ab7b0e6 100644 --- a/inc/main/classes/commands/html/class_HtmlLoginCommand.php +++ b/inc/main/classes/commands/html/class_HtmlLoginCommand.php @@ -5,7 +5,7 @@ namespace CoreFramework\Command\Login; // Import framework stuff use CoreFramework\Command\BaseCommand; use CoreFramework\Command\Commandable; -use CoreFranework\Controller\Controller; +use CoreFramework\Controller\Controller; use CoreFramework\Factory\ObjectFactory; use CoreFramework\Registry\Registerable; use CoreFramework\Registry\Registry; diff --git a/inc/main/classes/commands/html/class_HtmlLoginFailedCommand.php b/inc/main/classes/commands/html/class_HtmlLoginFailedCommand.php index 551534eb..aa4def25 100644 --- a/inc/main/classes/commands/html/class_HtmlLoginFailedCommand.php +++ b/inc/main/classes/commands/html/class_HtmlLoginFailedCommand.php @@ -5,7 +5,7 @@ namespace CoreFramework\Command\Failed; // Import framework stuff use CoreFramework\Command\BaseCommand; use CoreFramework\Command\Commandable; -use CoreFranework\Controller\Controller; +use CoreFramework\Controller\Controller; use CoreFramework\Factory\ObjectFactory; use CoreFramework\Request\Requestable; use CoreFramework\Resolver\Command\CommandResolver; diff --git a/inc/main/classes/commands/html/class_HtmlLogoutCommand.php b/inc/main/classes/commands/html/class_HtmlLogoutCommand.php index 35991a2a..9225d79b 100644 --- a/inc/main/classes/commands/html/class_HtmlLogoutCommand.php +++ b/inc/main/classes/commands/html/class_HtmlLogoutCommand.php @@ -5,7 +5,7 @@ namespace CoreFramework\Command\Login; // Import framework stuff use CoreFramework\Command\BaseCommand; use CoreFramework\Command\Commandable; -use CoreFranework\Controller\Controller; +use CoreFramework\Controller\Controller; use CoreFramework\Factory\ObjectFactory; use CoreFramework\Request\Requestable; use CoreFramework\Resolver\Command\CommandResolver; diff --git a/inc/main/classes/commands/html/class_HtmlLogoutDoneCommand.php b/inc/main/classes/commands/html/class_HtmlLogoutDoneCommand.php index f418b8e3..fabe6339 100644 --- a/inc/main/classes/commands/html/class_HtmlLogoutDoneCommand.php +++ b/inc/main/classes/commands/html/class_HtmlLogoutDoneCommand.php @@ -5,7 +5,7 @@ namespace CoreFramework\Command\Logout; // Import framework stuff use CoreFramework\Command\BaseCommand; use CoreFramework\Command\Commandable; -use CoreFranework\Controller\Controller; +use CoreFramework\Controller\Controller; use CoreFramework\Factory\ObjectFactory; use CoreFramework\Request\Requestable; use CoreFramework\Resolver\Command\CommandResolver; diff --git a/inc/main/classes/commands/html/class_HtmlProblemCommand.php b/inc/main/classes/commands/html/class_HtmlProblemCommand.php index 617b744d..520f65bc 100644 --- a/inc/main/classes/commands/html/class_HtmlProblemCommand.php +++ b/inc/main/classes/commands/html/class_HtmlProblemCommand.php @@ -5,7 +5,7 @@ namespace CoreFramework\Command\Failed; // Import framework stuff use CoreFramework\Command\BaseCommand; use CoreFramework\Command\Commandable; -use CoreFranework\Controller\Controller; +use CoreFramework\Controller\Controller; use CoreFramework\Request\Requestable; use CoreFramework\Resolver\Command\CommandResolver; use CoreFramework\Response\Responseable; diff --git a/inc/main/classes/commands/html/class_HtmlRegisterCommand.php b/inc/main/classes/commands/html/class_HtmlRegisterCommand.php index a47b2a8f..4198c323 100644 --- a/inc/main/classes/commands/html/class_HtmlRegisterCommand.php +++ b/inc/main/classes/commands/html/class_HtmlRegisterCommand.php @@ -5,7 +5,7 @@ namespace CoreFramework\Command\Register; // Import framework stuff use CoreFramework\Command\BaseCommand; use CoreFramework\Command\Commandable; -use CoreFranework\Controller\Controller; +use CoreFramework\Controller\Controller; use CoreFramework\Factory\ObjectFactory; use CoreFramework\Registry\Registerable; use CoreFramework\Registry\Registry; diff --git a/inc/main/classes/commands/html/class_HtmlResendLinkCommand.php b/inc/main/classes/commands/html/class_HtmlResendLinkCommand.php index d4e25cd4..db74227a 100644 --- a/inc/main/classes/commands/html/class_HtmlResendLinkCommand.php +++ b/inc/main/classes/commands/html/class_HtmlResendLinkCommand.php @@ -5,7 +5,7 @@ namespace CoreFramework\Command\Guest; // Import framework stuff use CoreFramework\Command\BaseCommand; use CoreFramework\Command\Commandable; -use CoreFranework\Controller\Controller; +use CoreFramework\Controller\Controller; use CoreFramework\Factory\ObjectFactory; use CoreFramework\Registry\Registry; use CoreFramework\Request\Requestable; diff --git a/inc/main/classes/commands/html/class_HtmlStatusCommand.php b/inc/main/classes/commands/html/class_HtmlStatusCommand.php index d208f214..5b50a773 100644 --- a/inc/main/classes/commands/html/class_HtmlStatusCommand.php +++ b/inc/main/classes/commands/html/class_HtmlStatusCommand.php @@ -5,7 +5,7 @@ namespace CoreFramework\Command\Status; // Import framework stuff use CoreFramework\Command\BaseCommand; use CoreFramework\Command\Commandable; -use CoreFranework\Controller\Controller; +use CoreFramework\Controller\Controller; use CoreFramework\Factory\ObjectFactory; use CoreFramework\Request\Requestable; use CoreFramework\Resolver\Command\CommandResolver; diff --git a/inc/main/classes/commands/image/class_ImageCodeCaptchaCommand.php b/inc/main/classes/commands/image/class_ImageCodeCaptchaCommand.php index e9c3226b..a0e329df 100644 --- a/inc/main/classes/commands/image/class_ImageCodeCaptchaCommand.php +++ b/inc/main/classes/commands/image/class_ImageCodeCaptchaCommand.php @@ -5,7 +5,7 @@ namespace CoreFramework\Command\Captcha; // Import framework stuff use CoreFramework\Command\BaseCommand; use CoreFramework\Command\Commandable; -use CoreFranework\Controller\Controller; +use CoreFramework\Controller\Controller; use CoreFramework\Request\Requestable; use CoreFramework\Resolver\Command\CommandResolver; use CoreFramework\Response\Responseable; diff --git a/inc/main/interfaces/actions/commands/class_Commandable.php b/inc/main/interfaces/actions/commands/class_Commandable.php index 30fce5fc..064cd221 100644 --- a/inc/main/interfaces/actions/commands/class_Commandable.php +++ b/inc/main/interfaces/actions/commands/class_Commandable.php @@ -4,7 +4,7 @@ namespace CoreFramework\Command; // Import framework stuff use CoreFramework\Action\PerformableAction; -use CoreFranework\Controller\Controller; +use CoreFramework\Controller\Controller; use CoreFramework\Request\Requestable; /**