diff --git a/composer.json b/composer.json index f401f0ce..8a6eb815 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "authors": [ { "name": "Arman Ag", - "email": "arman.ag@softberg.org" + "email": "arman@quantumphp.io" } ], "require": { diff --git a/src/App/Adapters/AppAdapter.php b/src/App/Adapters/AppAdapter.php index 41844b5f..597043d7 100644 --- a/src/App/Adapters/AppAdapter.php +++ b/src/App/Adapters/AppAdapter.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/App/Adapters/ConsoleAppAdapter.php b/src/App/Adapters/ConsoleAppAdapter.php index 4a571928..2a2b8730 100644 --- a/src/App/Adapters/ConsoleAppAdapter.php +++ b/src/App/Adapters/ConsoleAppAdapter.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/App/Adapters/WebAppAdapter.php b/src/App/Adapters/WebAppAdapter.php index 37f05471..7280233e 100644 --- a/src/App/Adapters/WebAppAdapter.php +++ b/src/App/Adapters/WebAppAdapter.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/App/App.php b/src/App/App.php index cf1bf776..aa4402cc 100644 --- a/src/App/App.php +++ b/src/App/App.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/App/AppContext.php b/src/App/AppContext.php index a9d9d06d..9e588cbc 100644 --- a/src/App/AppContext.php +++ b/src/App/AppContext.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/App/BootPipeline.php b/src/App/BootPipeline.php index 6194838c..77310e15 100644 --- a/src/App/BootPipeline.php +++ b/src/App/BootPipeline.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/App/Contracts/AppInterface.php b/src/App/Contracts/AppInterface.php index 20154886..9f456b0e 100644 --- a/src/App/Contracts/AppInterface.php +++ b/src/App/Contracts/AppInterface.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/App/Contracts/BootStageInterface.php b/src/App/Contracts/BootStageInterface.php index c907490a..2fc19207 100644 --- a/src/App/Contracts/BootStageInterface.php +++ b/src/App/Contracts/BootStageInterface.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/App/Enums/AppType.php b/src/App/Enums/AppType.php index 95b79630..457fa844 100644 --- a/src/App/Enums/AppType.php +++ b/src/App/Enums/AppType.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/App/Enums/ExceptionMessages.php b/src/App/Enums/ExceptionMessages.php index 6bd631d6..f913d061 100644 --- a/src/App/Enums/ExceptionMessages.php +++ b/src/App/Enums/ExceptionMessages.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/App/Enums/ExitCode.php b/src/App/Enums/ExitCode.php index 2d174525..38fcea36 100644 --- a/src/App/Enums/ExitCode.php +++ b/src/App/Enums/ExitCode.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/App/Enums/ReservedKeys.php b/src/App/Enums/ReservedKeys.php index 4cc787b8..976431c6 100644 --- a/src/App/Enums/ReservedKeys.php +++ b/src/App/Enums/ReservedKeys.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/App/Exceptions/AppException.php b/src/App/Exceptions/AppException.php index edc4a164..d6ac456e 100644 --- a/src/App/Exceptions/AppException.php +++ b/src/App/Exceptions/AppException.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/App/Exceptions/BaseException.php b/src/App/Exceptions/BaseException.php index 42a14d1d..bb43505c 100644 --- a/src/App/Exceptions/BaseException.php +++ b/src/App/Exceptions/BaseException.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/App/Factories/AppFactory.php b/src/App/Factories/AppFactory.php index e00a1bd3..e83b2ac6 100644 --- a/src/App/Factories/AppFactory.php +++ b/src/App/Factories/AppFactory.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/App/Helpers/app.php b/src/App/Helpers/app.php index b9f0b274..c005e414 100644 --- a/src/App/Helpers/app.php +++ b/src/App/Helpers/app.php @@ -6,8 +6,8 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/App/Helpers/dir.php b/src/App/Helpers/dir.php index f40c169e..e653e773 100644 --- a/src/App/Helpers/dir.php +++ b/src/App/Helpers/dir.php @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/App/Helpers/misc.php b/src/App/Helpers/misc.php index 9cf63e53..2a09310c 100644 --- a/src/App/Helpers/misc.php +++ b/src/App/Helpers/misc.php @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/App/Helpers/uuid.php b/src/App/Helpers/uuid.php index 05b9ca04..b0d9e9d3 100644 --- a/src/App/Helpers/uuid.php +++ b/src/App/Helpers/uuid.php @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/App/Stages/InitDebuggerStage.php b/src/App/Stages/InitDebuggerStage.php index f194b856..56c9a31b 100644 --- a/src/App/Stages/InitDebuggerStage.php +++ b/src/App/Stages/InitDebuggerStage.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/App/Stages/InitHttpStage.php b/src/App/Stages/InitHttpStage.php index 45956bf1..693a8e88 100644 --- a/src/App/Stages/InitHttpStage.php +++ b/src/App/Stages/InitHttpStage.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/App/Stages/LoadAppConfigStage.php b/src/App/Stages/LoadAppConfigStage.php index 49e90b91..663e1996 100644 --- a/src/App/Stages/LoadAppConfigStage.php +++ b/src/App/Stages/LoadAppConfigStage.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/App/Stages/LoadEnvironmentStage.php b/src/App/Stages/LoadEnvironmentStage.php index 7aaa2dab..0abdbaf3 100644 --- a/src/App/Stages/LoadEnvironmentStage.php +++ b/src/App/Stages/LoadEnvironmentStage.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/App/Stages/LoadHelpersStage.php b/src/App/Stages/LoadHelpersStage.php index 12b13888..91a5f551 100644 --- a/src/App/Stages/LoadHelpersStage.php +++ b/src/App/Stages/LoadHelpersStage.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/App/Stages/LoadModulesStage.php b/src/App/Stages/LoadModulesStage.php index 12996b50..31c60b1d 100644 --- a/src/App/Stages/LoadModulesStage.php +++ b/src/App/Stages/LoadModulesStage.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/App/Stages/SetupErrorHandlerStage.php b/src/App/Stages/SetupErrorHandlerStage.php index b39a80ed..3fa71a16 100644 --- a/src/App/Stages/SetupErrorHandlerStage.php +++ b/src/App/Stages/SetupErrorHandlerStage.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/App/Traits/ConsoleAppTrait.php b/src/App/Traits/ConsoleAppTrait.php index b8207b66..b3e42fca 100644 --- a/src/App/Traits/ConsoleAppTrait.php +++ b/src/App/Traits/ConsoleAppTrait.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/App/Traits/WebAppTrait.php b/src/App/Traits/WebAppTrait.php index 1c8d8f64..853db8ef 100644 --- a/src/App/Traits/WebAppTrait.php +++ b/src/App/Traits/WebAppTrait.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Archive/Adapters/PharAdapter.php b/src/Archive/Adapters/PharAdapter.php index c9c9a882..a0a632b9 100644 --- a/src/Archive/Adapters/PharAdapter.php +++ b/src/Archive/Adapters/PharAdapter.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Archive/Adapters/ZipAdapter.php b/src/Archive/Adapters/ZipAdapter.php index 3129adbf..e07371d1 100644 --- a/src/Archive/Adapters/ZipAdapter.php +++ b/src/Archive/Adapters/ZipAdapter.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Archive/Archive.php b/src/Archive/Archive.php index 29d9532f..c86cccc5 100644 --- a/src/Archive/Archive.php +++ b/src/Archive/Archive.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Archive/Contracts/ArchiveInterface.php b/src/Archive/Contracts/ArchiveInterface.php index 1686dd5f..236c4721 100644 --- a/src/Archive/Contracts/ArchiveInterface.php +++ b/src/Archive/Contracts/ArchiveInterface.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Archive/Enums/ArchiveType.php b/src/Archive/Enums/ArchiveType.php index 80ff15f3..f1defd8b 100644 --- a/src/Archive/Enums/ArchiveType.php +++ b/src/Archive/Enums/ArchiveType.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Archive/Enums/ExceptionMessages.php b/src/Archive/Enums/ExceptionMessages.php index 0baaf7a0..b953cc5e 100644 --- a/src/Archive/Enums/ExceptionMessages.php +++ b/src/Archive/Enums/ExceptionMessages.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Archive/Exceptions/ArchiveException.php b/src/Archive/Exceptions/ArchiveException.php index 8fed6843..6eaaa729 100644 --- a/src/Archive/Exceptions/ArchiveException.php +++ b/src/Archive/Exceptions/ArchiveException.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Archive/Factories/ArchiveFactory.php b/src/Archive/Factories/ArchiveFactory.php index 48972202..73242675 100644 --- a/src/Archive/Factories/ArchiveFactory.php +++ b/src/Archive/Factories/ArchiveFactory.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Asset/Asset.php b/src/Asset/Asset.php index 6baec576..86eb20df 100644 --- a/src/Asset/Asset.php +++ b/src/Asset/Asset.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Asset/AssetManager.php b/src/Asset/AssetManager.php index aa7aee13..66a14e5f 100644 --- a/src/Asset/AssetManager.php +++ b/src/Asset/AssetManager.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Asset/Enums/ExceptionMessages.php b/src/Asset/Enums/ExceptionMessages.php index 14fc5fcd..ba284ecf 100644 --- a/src/Asset/Enums/ExceptionMessages.php +++ b/src/Asset/Enums/ExceptionMessages.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Asset/Exceptions/AssetException.php b/src/Asset/Exceptions/AssetException.php index ced34eca..81a73160 100644 --- a/src/Asset/Exceptions/AssetException.php +++ b/src/Asset/Exceptions/AssetException.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Asset/Helpers/asset.php b/src/Asset/Helpers/asset.php index d5923eae..83a9ad0f 100644 --- a/src/Asset/Helpers/asset.php +++ b/src/Asset/Helpers/asset.php @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Auth/Adapters/JwtAuthAdapter.php b/src/Auth/Adapters/JwtAuthAdapter.php index 13298214..ba415cbf 100644 --- a/src/Auth/Adapters/JwtAuthAdapter.php +++ b/src/Auth/Adapters/JwtAuthAdapter.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Auth/Adapters/SessionAuthAdapter.php b/src/Auth/Adapters/SessionAuthAdapter.php index 31ccf5e1..24a22055 100644 --- a/src/Auth/Adapters/SessionAuthAdapter.php +++ b/src/Auth/Adapters/SessionAuthAdapter.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Auth/Auth.php b/src/Auth/Auth.php index f1f4a05a..d09b96bd 100644 --- a/src/Auth/Auth.php +++ b/src/Auth/Auth.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Auth/Contracts/AuthServiceInterface.php b/src/Auth/Contracts/AuthServiceInterface.php index 4c4be74c..f582e179 100644 --- a/src/Auth/Contracts/AuthServiceInterface.php +++ b/src/Auth/Contracts/AuthServiceInterface.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Auth/Contracts/AuthenticatableInterface.php b/src/Auth/Contracts/AuthenticatableInterface.php index 626cf99f..61096ba1 100644 --- a/src/Auth/Contracts/AuthenticatableInterface.php +++ b/src/Auth/Contracts/AuthenticatableInterface.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Auth/Enums/AuthKeys.php b/src/Auth/Enums/AuthKeys.php index b59d6d47..b2866493 100644 --- a/src/Auth/Enums/AuthKeys.php +++ b/src/Auth/Enums/AuthKeys.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Auth/Enums/AuthType.php b/src/Auth/Enums/AuthType.php index b2ea4fa9..2339087b 100644 --- a/src/Auth/Enums/AuthType.php +++ b/src/Auth/Enums/AuthType.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Auth/Enums/ExceptionMessages.php b/src/Auth/Enums/ExceptionMessages.php index f95d9ad0..0132e501 100644 --- a/src/Auth/Enums/ExceptionMessages.php +++ b/src/Auth/Enums/ExceptionMessages.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Auth/Exceptions/AuthException.php b/src/Auth/Exceptions/AuthException.php index f47d451d..0e14861f 100644 --- a/src/Auth/Exceptions/AuthException.php +++ b/src/Auth/Exceptions/AuthException.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Auth/Factories/AuthFactory.php b/src/Auth/Factories/AuthFactory.php index 5ea1bd75..92c5d671 100644 --- a/src/Auth/Factories/AuthFactory.php +++ b/src/Auth/Factories/AuthFactory.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Auth/Helpers/auth.php b/src/Auth/Helpers/auth.php index cd75ee36..0ddf5f5d 100644 --- a/src/Auth/Helpers/auth.php +++ b/src/Auth/Helpers/auth.php @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Auth/Traits/AuthTrait.php b/src/Auth/Traits/AuthTrait.php index faaff53e..7364a074 100644 --- a/src/Auth/Traits/AuthTrait.php +++ b/src/Auth/Traits/AuthTrait.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Auth/User.php b/src/Auth/User.php index 17f2cde7..41983f33 100644 --- a/src/Auth/User.php +++ b/src/Auth/User.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Cache/Adapters/DatabaseAdapter.php b/src/Cache/Adapters/DatabaseAdapter.php index 902fb301..4957b964 100644 --- a/src/Cache/Adapters/DatabaseAdapter.php +++ b/src/Cache/Adapters/DatabaseAdapter.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Cache/Adapters/FileAdapter.php b/src/Cache/Adapters/FileAdapter.php index 37525de3..b8677a9d 100644 --- a/src/Cache/Adapters/FileAdapter.php +++ b/src/Cache/Adapters/FileAdapter.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Cache/Adapters/MemcachedAdapter.php b/src/Cache/Adapters/MemcachedAdapter.php index eb8a5448..3be9dc57 100644 --- a/src/Cache/Adapters/MemcachedAdapter.php +++ b/src/Cache/Adapters/MemcachedAdapter.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Cache/Adapters/RedisAdapter.php b/src/Cache/Adapters/RedisAdapter.php index 0b63ab72..818f8761 100644 --- a/src/Cache/Adapters/RedisAdapter.php +++ b/src/Cache/Adapters/RedisAdapter.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Cache/Cache.php b/src/Cache/Cache.php index 20ce2e14..f28157e3 100644 --- a/src/Cache/Cache.php +++ b/src/Cache/Cache.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Cache/Enums/CacheType.php b/src/Cache/Enums/CacheType.php index 6a31f94d..ae9eb7a1 100644 --- a/src/Cache/Enums/CacheType.php +++ b/src/Cache/Enums/CacheType.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Cache/Enums/ExceptionMessages.php b/src/Cache/Enums/ExceptionMessages.php index cf7f58a9..5dc4f5bb 100644 --- a/src/Cache/Enums/ExceptionMessages.php +++ b/src/Cache/Enums/ExceptionMessages.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Cache/Exceptions/CacheException.php b/src/Cache/Exceptions/CacheException.php index 1ec164fc..2a6c6f10 100644 --- a/src/Cache/Exceptions/CacheException.php +++ b/src/Cache/Exceptions/CacheException.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Cache/Factories/CacheFactory.php b/src/Cache/Factories/CacheFactory.php index 4b62610c..2f12d2df 100644 --- a/src/Cache/Factories/CacheFactory.php +++ b/src/Cache/Factories/CacheFactory.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Cache/Helpers/cache.php b/src/Cache/Helpers/cache.php index 164c4e11..7c85510c 100644 --- a/src/Cache/Helpers/cache.php +++ b/src/Cache/Helpers/cache.php @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Cache/Traits/CacheTrait.php b/src/Cache/Traits/CacheTrait.php index b886703a..7a2bef12 100644 --- a/src/Cache/Traits/CacheTrait.php +++ b/src/Cache/Traits/CacheTrait.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Captcha/Adapters/HcaptchaAdapter.php b/src/Captcha/Adapters/HcaptchaAdapter.php index 313e170a..91cac29e 100644 --- a/src/Captcha/Adapters/HcaptchaAdapter.php +++ b/src/Captcha/Adapters/HcaptchaAdapter.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Captcha/Adapters/RecaptchaAdapter.php b/src/Captcha/Adapters/RecaptchaAdapter.php index e7a098c5..9e08c060 100644 --- a/src/Captcha/Adapters/RecaptchaAdapter.php +++ b/src/Captcha/Adapters/RecaptchaAdapter.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Captcha/Captcha.php b/src/Captcha/Captcha.php index bbf658f8..38401a10 100644 --- a/src/Captcha/Captcha.php +++ b/src/Captcha/Captcha.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Captcha/Contracts/CaptchaInterface.php b/src/Captcha/Contracts/CaptchaInterface.php index 165f111b..e1e1ecc5 100644 --- a/src/Captcha/Contracts/CaptchaInterface.php +++ b/src/Captcha/Contracts/CaptchaInterface.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Captcha/Enums/CaptchaType.php b/src/Captcha/Enums/CaptchaType.php index 9905c663..f5aa7301 100644 --- a/src/Captcha/Enums/CaptchaType.php +++ b/src/Captcha/Enums/CaptchaType.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Captcha/Exceptions/CaptchaException.php b/src/Captcha/Exceptions/CaptchaException.php index 52b0e0e7..61630ff9 100644 --- a/src/Captcha/Exceptions/CaptchaException.php +++ b/src/Captcha/Exceptions/CaptchaException.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Captcha/Factories/CaptchaFactory.php b/src/Captcha/Factories/CaptchaFactory.php index 57efd335..314160a2 100644 --- a/src/Captcha/Factories/CaptchaFactory.php +++ b/src/Captcha/Factories/CaptchaFactory.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Captcha/Helpers/captcha.php b/src/Captcha/Helpers/captcha.php index 4a8c05ab..3e9a3a69 100644 --- a/src/Captcha/Helpers/captcha.php +++ b/src/Captcha/Helpers/captcha.php @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Captcha/Traits/CaptchaTrait.php b/src/Captcha/Traits/CaptchaTrait.php index 6345e84d..b8dc04e6 100644 --- a/src/Captcha/Traits/CaptchaTrait.php +++ b/src/Captcha/Traits/CaptchaTrait.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Config/Config.php b/src/Config/Config.php index bf008d7f..8cd4c2df 100644 --- a/src/Config/Config.php +++ b/src/Config/Config.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Config/Contracts/ConfigInterface.php b/src/Config/Contracts/ConfigInterface.php index fbb44195..e4889090 100644 --- a/src/Config/Contracts/ConfigInterface.php +++ b/src/Config/Contracts/ConfigInterface.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Config/Enums/ExceptionMessages.php b/src/Config/Enums/ExceptionMessages.php index b918efdd..a4bc8aa1 100644 --- a/src/Config/Enums/ExceptionMessages.php +++ b/src/Config/Enums/ExceptionMessages.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Config/Exceptions/ConfigException.php b/src/Config/Exceptions/ConfigException.php index b40910df..fdbafc31 100644 --- a/src/Config/Exceptions/ConfigException.php +++ b/src/Config/Exceptions/ConfigException.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Config/Helpers/config.php b/src/Config/Helpers/config.php index a039f587..05161449 100644 --- a/src/Config/Helpers/config.php +++ b/src/Config/Helpers/config.php @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Console/CliCommand.php b/src/Console/CliCommand.php index 4a6e20b4..a066a433 100644 --- a/src/Console/CliCommand.php +++ b/src/Console/CliCommand.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Console/CommandDiscovery.php b/src/Console/CommandDiscovery.php index 0d2ff0c2..27cb509c 100644 --- a/src/Console/CommandDiscovery.php +++ b/src/Console/CommandDiscovery.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Console/Commands/CronRunCommand.php b/src/Console/Commands/CronRunCommand.php index ebb1b1e6..5982c1eb 100644 --- a/src/Console/Commands/CronRunCommand.php +++ b/src/Console/Commands/CronRunCommand.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Console/Commands/DebugBarCommand.php b/src/Console/Commands/DebugBarCommand.php index 38c382ed..ae059517 100644 --- a/src/Console/Commands/DebugBarCommand.php +++ b/src/Console/Commands/DebugBarCommand.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Console/Commands/EnvCommand.php b/src/Console/Commands/EnvCommand.php index 69c22efc..0aedec53 100644 --- a/src/Console/Commands/EnvCommand.php +++ b/src/Console/Commands/EnvCommand.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Console/Commands/InstallToolkitCommand.php b/src/Console/Commands/InstallToolkitCommand.php index f394abba..75e14788 100644 --- a/src/Console/Commands/InstallToolkitCommand.php +++ b/src/Console/Commands/InstallToolkitCommand.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Console/Commands/KeyGenerateCommand.php b/src/Console/Commands/KeyGenerateCommand.php index ce2dc50a..f1e71d11 100644 --- a/src/Console/Commands/KeyGenerateCommand.php +++ b/src/Console/Commands/KeyGenerateCommand.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Console/Commands/MigrationGenerateCommand.php b/src/Console/Commands/MigrationGenerateCommand.php index 3f386aa9..4d3165f4 100644 --- a/src/Console/Commands/MigrationGenerateCommand.php +++ b/src/Console/Commands/MigrationGenerateCommand.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Console/Commands/MigrationMigrateCommand.php b/src/Console/Commands/MigrationMigrateCommand.php index b9237955..7f4b074f 100644 --- a/src/Console/Commands/MigrationMigrateCommand.php +++ b/src/Console/Commands/MigrationMigrateCommand.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Console/Commands/ModuleGenerateCommand.php b/src/Console/Commands/ModuleGenerateCommand.php index 8c9b5d64..e2be3ee9 100644 --- a/src/Console/Commands/ModuleGenerateCommand.php +++ b/src/Console/Commands/ModuleGenerateCommand.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Console/Commands/OpenApiCommand.php b/src/Console/Commands/OpenApiCommand.php index 4821b730..0f1f155f 100644 --- a/src/Console/Commands/OpenApiCommand.php +++ b/src/Console/Commands/OpenApiCommand.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Console/Commands/ResourceCacheClearCommand.php b/src/Console/Commands/ResourceCacheClearCommand.php index 2401f505..6229e02c 100644 --- a/src/Console/Commands/ResourceCacheClearCommand.php +++ b/src/Console/Commands/ResourceCacheClearCommand.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Console/Commands/RouteListCommand.php b/src/Console/Commands/RouteListCommand.php index a87f7300..7b45a56d 100644 --- a/src/Console/Commands/RouteListCommand.php +++ b/src/Console/Commands/RouteListCommand.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Console/Commands/ServeCommand.php b/src/Console/Commands/ServeCommand.php index 84b48abc..2c374a6c 100644 --- a/src/Console/Commands/ServeCommand.php +++ b/src/Console/Commands/ServeCommand.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Console/Commands/VersionCommand.php b/src/Console/Commands/VersionCommand.php index ac762efa..349348bd 100644 --- a/src/Console/Commands/VersionCommand.php +++ b/src/Console/Commands/VersionCommand.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Console/Contracts/CommandInterface.php b/src/Console/Contracts/CommandInterface.php index e6248f29..33d17d46 100644 --- a/src/Console/Contracts/CommandInterface.php +++ b/src/Console/Contracts/CommandInterface.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Cookie/Contracts/CookieStorageInterface.php b/src/Cookie/Contracts/CookieStorageInterface.php index 6058f12d..a7d4a385 100644 --- a/src/Cookie/Contracts/CookieStorageInterface.php +++ b/src/Cookie/Contracts/CookieStorageInterface.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Cookie/Cookie.php b/src/Cookie/Cookie.php index bc45c1a3..d990e019 100644 --- a/src/Cookie/Cookie.php +++ b/src/Cookie/Cookie.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Cookie/Helpers/cookie.php b/src/Cookie/Helpers/cookie.php index 5e72a212..a61fe772 100644 --- a/src/Cookie/Helpers/cookie.php +++ b/src/Cookie/Helpers/cookie.php @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Cron/Contracts/CronTaskInterface.php b/src/Cron/Contracts/CronTaskInterface.php index efb9ff7c..ea0feeb9 100644 --- a/src/Cron/Contracts/CronTaskInterface.php +++ b/src/Cron/Contracts/CronTaskInterface.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Cron/CronManager.php b/src/Cron/CronManager.php index 87275b93..c6c9495a 100644 --- a/src/Cron/CronManager.php +++ b/src/Cron/CronManager.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Cron/CronTask.php b/src/Cron/CronTask.php index efa9ad4a..198a7b9a 100644 --- a/src/Cron/CronTask.php +++ b/src/Cron/CronTask.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Cron/Enums/ExceptionMessages.php b/src/Cron/Enums/ExceptionMessages.php index 3c4e69a4..0ba64695 100644 --- a/src/Cron/Enums/ExceptionMessages.php +++ b/src/Cron/Enums/ExceptionMessages.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Cron/Exceptions/CronException.php b/src/Cron/Exceptions/CronException.php index e4330649..4902113e 100644 --- a/src/Cron/Exceptions/CronException.php +++ b/src/Cron/Exceptions/CronException.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Cron/Helpers/cron.php b/src/Cron/Helpers/cron.php index b83d57f6..d4a0552f 100644 --- a/src/Cron/Helpers/cron.php +++ b/src/Cron/Helpers/cron.php @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Cron/Schedule.php b/src/Cron/Schedule.php index b4a584ba..8d28d7bc 100644 --- a/src/Cron/Schedule.php +++ b/src/Cron/Schedule.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Csrf/Csrf.php b/src/Csrf/Csrf.php index 5c47589e..ba0688c4 100644 --- a/src/Csrf/Csrf.php +++ b/src/Csrf/Csrf.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Csrf/Enums/ExceptionMessages.php b/src/Csrf/Enums/ExceptionMessages.php index d3937b8d..036b2744 100644 --- a/src/Csrf/Enums/ExceptionMessages.php +++ b/src/Csrf/Enums/ExceptionMessages.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Csrf/Exceptions/CsrfException.php b/src/Csrf/Exceptions/CsrfException.php index 189f0309..eb5feaf5 100644 --- a/src/Csrf/Exceptions/CsrfException.php +++ b/src/Csrf/Exceptions/CsrfException.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Csrf/Helpers/csrf.php b/src/Csrf/Helpers/csrf.php index 9047e57d..d275e03e 100644 --- a/src/Csrf/Helpers/csrf.php +++ b/src/Csrf/Helpers/csrf.php @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Database/Adapters/Idiorm/IdiormDbal.php b/src/Database/Adapters/Idiorm/IdiormDbal.php index 05656422..e60a1681 100644 --- a/src/Database/Adapters/Idiorm/IdiormDbal.php +++ b/src/Database/Adapters/Idiorm/IdiormDbal.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Database/Adapters/Idiorm/IdiormPatch.php b/src/Database/Adapters/Idiorm/IdiormPatch.php index 3bca280c..f8ee0ec1 100644 --- a/src/Database/Adapters/Idiorm/IdiormPatch.php +++ b/src/Database/Adapters/Idiorm/IdiormPatch.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Database/Adapters/Idiorm/Statements/Criteria.php b/src/Database/Adapters/Idiorm/Statements/Criteria.php index a24a905e..537c9b3f 100644 --- a/src/Database/Adapters/Idiorm/Statements/Criteria.php +++ b/src/Database/Adapters/Idiorm/Statements/Criteria.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Database/Adapters/Idiorm/Statements/Join.php b/src/Database/Adapters/Idiorm/Statements/Join.php index a366c078..8f001b5e 100644 --- a/src/Database/Adapters/Idiorm/Statements/Join.php +++ b/src/Database/Adapters/Idiorm/Statements/Join.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Database/Adapters/Idiorm/Statements/Model.php b/src/Database/Adapters/Idiorm/Statements/Model.php index 175762a1..c52e7d3d 100644 --- a/src/Database/Adapters/Idiorm/Statements/Model.php +++ b/src/Database/Adapters/Idiorm/Statements/Model.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Database/Adapters/Idiorm/Statements/Query.php b/src/Database/Adapters/Idiorm/Statements/Query.php index db553b5c..248805d5 100644 --- a/src/Database/Adapters/Idiorm/Statements/Query.php +++ b/src/Database/Adapters/Idiorm/Statements/Query.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Database/Adapters/Idiorm/Statements/Reducer.php b/src/Database/Adapters/Idiorm/Statements/Reducer.php index 83edf073..80a14271 100644 --- a/src/Database/Adapters/Idiorm/Statements/Reducer.php +++ b/src/Database/Adapters/Idiorm/Statements/Reducer.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Database/Adapters/Idiorm/Statements/Result.php b/src/Database/Adapters/Idiorm/Statements/Result.php index 01fb1071..d71a836e 100644 --- a/src/Database/Adapters/Idiorm/Statements/Result.php +++ b/src/Database/Adapters/Idiorm/Statements/Result.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Database/Adapters/Idiorm/Statements/Transaction.php b/src/Database/Adapters/Idiorm/Statements/Transaction.php index e477f37d..5a77e734 100644 --- a/src/Database/Adapters/Idiorm/Statements/Transaction.php +++ b/src/Database/Adapters/Idiorm/Statements/Transaction.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Database/Adapters/Sleekdb/SleekDbal.php b/src/Database/Adapters/Sleekdb/SleekDbal.php index 539866f5..4a03cfdc 100644 --- a/src/Database/Adapters/Sleekdb/SleekDbal.php +++ b/src/Database/Adapters/Sleekdb/SleekDbal.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Database/Adapters/Sleekdb/Statements/Criteria.php b/src/Database/Adapters/Sleekdb/Statements/Criteria.php index 628dc7c9..cfa2cb83 100644 --- a/src/Database/Adapters/Sleekdb/Statements/Criteria.php +++ b/src/Database/Adapters/Sleekdb/Statements/Criteria.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Database/Adapters/Sleekdb/Statements/Join.php b/src/Database/Adapters/Sleekdb/Statements/Join.php index 89639722..5772eee4 100644 --- a/src/Database/Adapters/Sleekdb/Statements/Join.php +++ b/src/Database/Adapters/Sleekdb/Statements/Join.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Database/Adapters/Sleekdb/Statements/Model.php b/src/Database/Adapters/Sleekdb/Statements/Model.php index 46496aa7..6b63bd49 100644 --- a/src/Database/Adapters/Sleekdb/Statements/Model.php +++ b/src/Database/Adapters/Sleekdb/Statements/Model.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Database/Adapters/Sleekdb/Statements/Reducer.php b/src/Database/Adapters/Sleekdb/Statements/Reducer.php index 6c4384a2..a6a3aa0c 100644 --- a/src/Database/Adapters/Sleekdb/Statements/Reducer.php +++ b/src/Database/Adapters/Sleekdb/Statements/Reducer.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Database/Adapters/Sleekdb/Statements/RelatedCriteria.php b/src/Database/Adapters/Sleekdb/Statements/RelatedCriteria.php index 98364a7d..8e92ce81 100644 --- a/src/Database/Adapters/Sleekdb/Statements/RelatedCriteria.php +++ b/src/Database/Adapters/Sleekdb/Statements/RelatedCriteria.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Database/Adapters/Sleekdb/Statements/Result.php b/src/Database/Adapters/Sleekdb/Statements/Result.php index 60866004..ee9f1740 100644 --- a/src/Database/Adapters/Sleekdb/Statements/Result.php +++ b/src/Database/Adapters/Sleekdb/Statements/Result.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Database/Contracts/DbalInterface.php b/src/Database/Contracts/DbalInterface.php index e6709cf7..8521d594 100644 --- a/src/Database/Contracts/DbalInterface.php +++ b/src/Database/Contracts/DbalInterface.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Database/Contracts/RelationalInterface.php b/src/Database/Contracts/RelationalInterface.php index 9bab58ca..b0a94182 100644 --- a/src/Database/Contracts/RelationalInterface.php +++ b/src/Database/Contracts/RelationalInterface.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Database/Database.php b/src/Database/Database.php index 0b6c2c1a..5c972197 100644 --- a/src/Database/Database.php +++ b/src/Database/Database.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Database/Enums/DatabaseType.php b/src/Database/Enums/DatabaseType.php index 4bd336cd..e34e26c0 100644 --- a/src/Database/Enums/DatabaseType.php +++ b/src/Database/Enums/DatabaseType.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Database/Enums/ExceptionMessages.php b/src/Database/Enums/ExceptionMessages.php index 9728553f..549423db 100644 --- a/src/Database/Enums/ExceptionMessages.php +++ b/src/Database/Enums/ExceptionMessages.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Database/Enums/Key.php b/src/Database/Enums/Key.php index 8d3d9c23..766d759e 100644 --- a/src/Database/Enums/Key.php +++ b/src/Database/Enums/Key.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Database/Enums/Relation.php b/src/Database/Enums/Relation.php index 77c7e978..26cc460a 100644 --- a/src/Database/Enums/Relation.php +++ b/src/Database/Enums/Relation.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Database/Enums/Type.php b/src/Database/Enums/Type.php index be1b2b0f..5786d2ef 100644 --- a/src/Database/Enums/Type.php +++ b/src/Database/Enums/Type.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Database/Exceptions/DatabaseException.php b/src/Database/Exceptions/DatabaseException.php index 73923707..c0d2e783 100644 --- a/src/Database/Exceptions/DatabaseException.php +++ b/src/Database/Exceptions/DatabaseException.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Database/Factories/TableFactory.php b/src/Database/Factories/TableFactory.php index 8439f250..db180dd5 100644 --- a/src/Database/Factories/TableFactory.php +++ b/src/Database/Factories/TableFactory.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Database/Helpers/db.php b/src/Database/Helpers/db.php index cd8e4fd5..7933962e 100644 --- a/src/Database/Helpers/db.php +++ b/src/Database/Helpers/db.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Database/Schemas/Column.php b/src/Database/Schemas/Column.php index c9051294..9fe6d211 100644 --- a/src/Database/Schemas/Column.php +++ b/src/Database/Schemas/Column.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Database/Schemas/Table.php b/src/Database/Schemas/Table.php index 9b5a8f6c..47f2429f 100644 --- a/src/Database/Schemas/Table.php +++ b/src/Database/Schemas/Table.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Database/Traits/RelationalTrait.php b/src/Database/Traits/RelationalTrait.php index 0ffe98f9..f06a2290 100644 --- a/src/Database/Traits/RelationalTrait.php +++ b/src/Database/Traits/RelationalTrait.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Database/Traits/TableTrait.php b/src/Database/Traits/TableTrait.php index 41e2290a..e954209f 100644 --- a/src/Database/Traits/TableTrait.php +++ b/src/Database/Traits/TableTrait.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Database/Traits/TransactionTrait.php b/src/Database/Traits/TransactionTrait.php index e82114dd..f3fd3f51 100644 --- a/src/Database/Traits/TransactionTrait.php +++ b/src/Database/Traits/TransactionTrait.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Debugger/Contracts/DebuggerStoreInterface.php b/src/Debugger/Contracts/DebuggerStoreInterface.php index c856d4f5..6f860f13 100644 --- a/src/Debugger/Contracts/DebuggerStoreInterface.php +++ b/src/Debugger/Contracts/DebuggerStoreInterface.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Debugger/Debugger.php b/src/Debugger/Debugger.php index c4162707..dad00f0b 100644 --- a/src/Debugger/Debugger.php +++ b/src/Debugger/Debugger.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Debugger/DebuggerStore.php b/src/Debugger/DebuggerStore.php index de88dde1..ea90829c 100644 --- a/src/Debugger/DebuggerStore.php +++ b/src/Debugger/DebuggerStore.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Debugger/Helpers/debugger.php b/src/Debugger/Helpers/debugger.php index 4de47c79..c17aa1ca 100644 --- a/src/Debugger/Helpers/debugger.php +++ b/src/Debugger/Helpers/debugger.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Di/Di.php b/src/Di/Di.php index bb2aab9f..d3bbc932 100644 --- a/src/Di/Di.php +++ b/src/Di/Di.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Di/DiContainer.php b/src/Di/DiContainer.php index 51fd4746..81092d66 100644 --- a/src/Di/DiContainer.php +++ b/src/Di/DiContainer.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Di/DiRegistry.php b/src/Di/DiRegistry.php index 7c7822e4..1070813a 100644 --- a/src/Di/DiRegistry.php +++ b/src/Di/DiRegistry.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Di/Enums/ExceptionMessages.php b/src/Di/Enums/ExceptionMessages.php index 8db95119..dbdb6194 100644 --- a/src/Di/Enums/ExceptionMessages.php +++ b/src/Di/Enums/ExceptionMessages.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Di/Exceptions/DiException.php b/src/Di/Exceptions/DiException.php index 034c3e45..76ffdded 100644 --- a/src/Di/Exceptions/DiException.php +++ b/src/Di/Exceptions/DiException.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Encryption/Adapters/AsymmetricEncryptionAdapter.php b/src/Encryption/Adapters/AsymmetricEncryptionAdapter.php index 0953e500..58c7976c 100644 --- a/src/Encryption/Adapters/AsymmetricEncryptionAdapter.php +++ b/src/Encryption/Adapters/AsymmetricEncryptionAdapter.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Encryption/Adapters/SymmetricEncryptionAdapter.php b/src/Encryption/Adapters/SymmetricEncryptionAdapter.php index 2596000e..feffc117 100644 --- a/src/Encryption/Adapters/SymmetricEncryptionAdapter.php +++ b/src/Encryption/Adapters/SymmetricEncryptionAdapter.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Encryption/Contracts/EncryptionInterface.php b/src/Encryption/Contracts/EncryptionInterface.php index cbe8b763..8f5d85ef 100644 --- a/src/Encryption/Contracts/EncryptionInterface.php +++ b/src/Encryption/Contracts/EncryptionInterface.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Encryption/Cryptor.php b/src/Encryption/Cryptor.php index 5a42a9e3..6291bebb 100644 --- a/src/Encryption/Cryptor.php +++ b/src/Encryption/Cryptor.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Encryption/Enums/CryptorType.php b/src/Encryption/Enums/CryptorType.php index eee09972..3b6451b5 100644 --- a/src/Encryption/Enums/CryptorType.php +++ b/src/Encryption/Enums/CryptorType.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Encryption/Enums/ExceptionMessages.php b/src/Encryption/Enums/ExceptionMessages.php index 71afc6ca..df7f91d2 100644 --- a/src/Encryption/Enums/ExceptionMessages.php +++ b/src/Encryption/Enums/ExceptionMessages.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Encryption/Exceptions/CryptorException.php b/src/Encryption/Exceptions/CryptorException.php index 81008ff2..cf9b97de 100644 --- a/src/Encryption/Exceptions/CryptorException.php +++ b/src/Encryption/Exceptions/CryptorException.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Encryption/Factories/CryptorFactory.php b/src/Encryption/Factories/CryptorFactory.php index 6a9609e5..2416ee85 100644 --- a/src/Encryption/Factories/CryptorFactory.php +++ b/src/Encryption/Factories/CryptorFactory.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Encryption/Helpers/encryption.php b/src/Encryption/Helpers/encryption.php index 39b9bdef..c799800f 100644 --- a/src/Encryption/Helpers/encryption.php +++ b/src/Encryption/Helpers/encryption.php @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Environment/Enums/Env.php b/src/Environment/Enums/Env.php index 9d926ff2..4bd72bf6 100644 --- a/src/Environment/Enums/Env.php +++ b/src/Environment/Enums/Env.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Environment/Enums/ExceptionMessages.php b/src/Environment/Enums/ExceptionMessages.php index 1f138a58..52758a45 100644 --- a/src/Environment/Enums/ExceptionMessages.php +++ b/src/Environment/Enums/ExceptionMessages.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Environment/Environment.php b/src/Environment/Environment.php index eaf6628e..b5002b76 100644 --- a/src/Environment/Environment.php +++ b/src/Environment/Environment.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Environment/Exceptions/EnvException.php b/src/Environment/Exceptions/EnvException.php index 1d98a5a1..63776583 100644 --- a/src/Environment/Exceptions/EnvException.php +++ b/src/Environment/Exceptions/EnvException.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Environment/Helpers/env.php b/src/Environment/Helpers/env.php index ed396793..1c04dccc 100644 --- a/src/Environment/Helpers/env.php +++ b/src/Environment/Helpers/env.php @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Environment/Helpers/server.php b/src/Environment/Helpers/server.php index f8486b80..d615a4f6 100644 --- a/src/Environment/Helpers/server.php +++ b/src/Environment/Helpers/server.php @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Environment/Server.php b/src/Environment/Server.php index 5128cd62..119694f2 100644 --- a/src/Environment/Server.php +++ b/src/Environment/Server.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Hasher/Enums/ExceptionMessages.php b/src/Hasher/Enums/ExceptionMessages.php index 4721d90a..8e1b2aa4 100644 --- a/src/Hasher/Enums/ExceptionMessages.php +++ b/src/Hasher/Enums/ExceptionMessages.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Hasher/Exceptions/HasherException.php b/src/Hasher/Exceptions/HasherException.php index 86715676..70ade083 100644 --- a/src/Hasher/Exceptions/HasherException.php +++ b/src/Hasher/Exceptions/HasherException.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Hasher/Hasher.php b/src/Hasher/Hasher.php index 883c40f1..6e88c2dd 100644 --- a/src/Hasher/Hasher.php +++ b/src/Hasher/Hasher.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Hook/Enums/ExceptionMessages.php b/src/Hook/Enums/ExceptionMessages.php index aeb551f9..4d15bab6 100644 --- a/src/Hook/Enums/ExceptionMessages.php +++ b/src/Hook/Enums/ExceptionMessages.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Hook/Exceptions/HookException.php b/src/Hook/Exceptions/HookException.php index 9014b11c..60dbdb5d 100644 --- a/src/Hook/Exceptions/HookException.php +++ b/src/Hook/Exceptions/HookException.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Hook/Helpers/hook.php b/src/Hook/Helpers/hook.php index 709d283e..58a87b6f 100644 --- a/src/Hook/Helpers/hook.php +++ b/src/Hook/Helpers/hook.php @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Hook/HookManager.php b/src/Hook/HookManager.php index 11f3c54f..2961c85d 100644 --- a/src/Hook/HookManager.php +++ b/src/Hook/HookManager.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Http/Enums/ContentType.php b/src/Http/Enums/ContentType.php index 3c0677c4..d6e0e0b3 100644 --- a/src/Http/Enums/ContentType.php +++ b/src/Http/Enums/ContentType.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Http/Enums/StatusCode.php b/src/Http/Enums/StatusCode.php index b33c9d69..63e37a5d 100644 --- a/src/Http/Enums/StatusCode.php +++ b/src/Http/Enums/StatusCode.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Http/Exceptions/HttpException.php b/src/Http/Exceptions/HttpException.php index e6e786b6..7164c48d 100644 --- a/src/Http/Exceptions/HttpException.php +++ b/src/Http/Exceptions/HttpException.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Http/Helpers/http.php b/src/Http/Helpers/http.php index 427a1919..c2a38510 100644 --- a/src/Http/Helpers/http.php +++ b/src/Http/Helpers/http.php @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Http/Request.php b/src/Http/Request.php index c32a2d75..8593381c 100644 --- a/src/Http/Request.php +++ b/src/Http/Request.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Http/Response.php b/src/Http/Response.php index 5a452b35..881f75ab 100644 --- a/src/Http/Response.php +++ b/src/Http/Response.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Http/Traits/Request/Body.php b/src/Http/Traits/Request/Body.php index 3678c29c..2043e0d4 100644 --- a/src/Http/Traits/Request/Body.php +++ b/src/Http/Traits/Request/Body.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Http/Traits/Request/File.php b/src/Http/Traits/Request/File.php index 703efd46..74902205 100644 --- a/src/Http/Traits/Request/File.php +++ b/src/Http/Traits/Request/File.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Http/Traits/Request/Header.php b/src/Http/Traits/Request/Header.php index aa0b12b3..48d796f4 100644 --- a/src/Http/Traits/Request/Header.php +++ b/src/Http/Traits/Request/Header.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Http/Traits/Request/Internal.php b/src/Http/Traits/Request/Internal.php index 156c1e2f..0e421762 100644 --- a/src/Http/Traits/Request/Internal.php +++ b/src/Http/Traits/Request/Internal.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Http/Traits/Request/Params.php b/src/Http/Traits/Request/Params.php index e1a8be60..3e1bdd09 100644 --- a/src/Http/Traits/Request/Params.php +++ b/src/Http/Traits/Request/Params.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Http/Traits/Request/Query.php b/src/Http/Traits/Request/Query.php index f3408ad2..90ace61f 100644 --- a/src/Http/Traits/Request/Query.php +++ b/src/Http/Traits/Request/Query.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Http/Traits/Request/RawInput.php b/src/Http/Traits/Request/RawInput.php index 9c5707c3..93fb8008 100644 --- a/src/Http/Traits/Request/RawInput.php +++ b/src/Http/Traits/Request/RawInput.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Http/Traits/Request/Route.php b/src/Http/Traits/Request/Route.php index cafe2299..ede02467 100644 --- a/src/Http/Traits/Request/Route.php +++ b/src/Http/Traits/Request/Route.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Http/Traits/Request/Url.php b/src/Http/Traits/Request/Url.php index f91ac037..89aa7f9f 100644 --- a/src/Http/Traits/Request/Url.php +++ b/src/Http/Traits/Request/Url.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Http/Traits/Response/Body.php b/src/Http/Traits/Response/Body.php index e2ff5aad..73b1b2b5 100644 --- a/src/Http/Traits/Response/Body.php +++ b/src/Http/Traits/Response/Body.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Http/Traits/Response/Header.php b/src/Http/Traits/Response/Header.php index ba29cf4a..99e2b3d9 100644 --- a/src/Http/Traits/Response/Header.php +++ b/src/Http/Traits/Response/Header.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Http/Traits/Response/Status.php b/src/Http/Traits/Response/Status.php index 55a645ca..580c8808 100644 --- a/src/Http/Traits/Response/Status.php +++ b/src/Http/Traits/Response/Status.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/HttpClient/Enums/ExceptionMessages.php b/src/HttpClient/Enums/ExceptionMessages.php index 3cb61ede..0a1493bc 100644 --- a/src/HttpClient/Enums/ExceptionMessages.php +++ b/src/HttpClient/Enums/ExceptionMessages.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/HttpClient/Exceptions/HttpClientException.php b/src/HttpClient/Exceptions/HttpClientException.php index 7dbff486..8ceae9bb 100644 --- a/src/HttpClient/Exceptions/HttpClientException.php +++ b/src/HttpClient/Exceptions/HttpClientException.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/HttpClient/HttpClient.php b/src/HttpClient/HttpClient.php index 9125ec10..2cc2278a 100644 --- a/src/HttpClient/HttpClient.php +++ b/src/HttpClient/HttpClient.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Jwt/Enums/ExceptionMessages.php b/src/Jwt/Enums/ExceptionMessages.php index d382c730..650dc682 100644 --- a/src/Jwt/Enums/ExceptionMessages.php +++ b/src/Jwt/Enums/ExceptionMessages.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Jwt/Exceptions/JwtException.php b/src/Jwt/Exceptions/JwtException.php index cbbb9e5e..39fddeb4 100644 --- a/src/Jwt/Exceptions/JwtException.php +++ b/src/Jwt/Exceptions/JwtException.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Jwt/JwtToken.php b/src/Jwt/JwtToken.php index f97bcfb5..42d029e6 100644 --- a/src/Jwt/JwtToken.php +++ b/src/Jwt/JwtToken.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Lang/Enums/ExceptionMessages.php b/src/Lang/Enums/ExceptionMessages.php index 26e918bd..634a1ba5 100644 --- a/src/Lang/Enums/ExceptionMessages.php +++ b/src/Lang/Enums/ExceptionMessages.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Lang/Exceptions/LangException.php b/src/Lang/Exceptions/LangException.php index 9b7b7269..fdacc87c 100644 --- a/src/Lang/Exceptions/LangException.php +++ b/src/Lang/Exceptions/LangException.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Lang/Factories/LangFactory.php b/src/Lang/Factories/LangFactory.php index 9ecf74dc..7e520902 100644 --- a/src/Lang/Factories/LangFactory.php +++ b/src/Lang/Factories/LangFactory.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Lang/Helpers/lang.php b/src/Lang/Helpers/lang.php index c0fef012..06671848 100644 --- a/src/Lang/Helpers/lang.php +++ b/src/Lang/Helpers/lang.php @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Lang/Lang.php b/src/Lang/Lang.php index f8380a3a..c0c685fd 100644 --- a/src/Lang/Lang.php +++ b/src/Lang/Lang.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Lang/Translator.php b/src/Lang/Translator.php index e8f77cc3..f7b59a62 100644 --- a/src/Lang/Translator.php +++ b/src/Lang/Translator.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Loader/Exceptions/LoaderException.php b/src/Loader/Exceptions/LoaderException.php index 8c4e5298..8951f489 100644 --- a/src/Loader/Exceptions/LoaderException.php +++ b/src/Loader/Exceptions/LoaderException.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Loader/Loader.php b/src/Loader/Loader.php index 83eeae5f..cc1bc96b 100644 --- a/src/Loader/Loader.php +++ b/src/Loader/Loader.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Loader/Setup.php b/src/Loader/Setup.php index 30bcc00a..03fbf05d 100644 --- a/src/Loader/Setup.php +++ b/src/Loader/Setup.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Logger/Adapters/DailyAdapter.php b/src/Logger/Adapters/DailyAdapter.php index bb9ac97b..702317f5 100644 --- a/src/Logger/Adapters/DailyAdapter.php +++ b/src/Logger/Adapters/DailyAdapter.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Logger/Adapters/MessageAdapter.php b/src/Logger/Adapters/MessageAdapter.php index 27a3f9cd..448ad1b6 100644 --- a/src/Logger/Adapters/MessageAdapter.php +++ b/src/Logger/Adapters/MessageAdapter.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Logger/Adapters/SingleAdapter.php b/src/Logger/Adapters/SingleAdapter.php index 2d042a7a..abf1838a 100644 --- a/src/Logger/Adapters/SingleAdapter.php +++ b/src/Logger/Adapters/SingleAdapter.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Logger/Contracts/ReportableInterface.php b/src/Logger/Contracts/ReportableInterface.php index 5f5da163..8660d4df 100644 --- a/src/Logger/Contracts/ReportableInterface.php +++ b/src/Logger/Contracts/ReportableInterface.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Logger/Enums/ExceptionMessages.php b/src/Logger/Enums/ExceptionMessages.php index 245b0949..40fa2e3a 100644 --- a/src/Logger/Enums/ExceptionMessages.php +++ b/src/Logger/Enums/ExceptionMessages.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Logger/Enums/LoggerType.php b/src/Logger/Enums/LoggerType.php index e6a9d8ef..cf306212 100644 --- a/src/Logger/Enums/LoggerType.php +++ b/src/Logger/Enums/LoggerType.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Logger/Exceptions/LoggerException.php b/src/Logger/Exceptions/LoggerException.php index cf730358..de55d44a 100644 --- a/src/Logger/Exceptions/LoggerException.php +++ b/src/Logger/Exceptions/LoggerException.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Logger/Factories/LoggerFactory.php b/src/Logger/Factories/LoggerFactory.php index b8884c5e..b1bb39c6 100644 --- a/src/Logger/Factories/LoggerFactory.php +++ b/src/Logger/Factories/LoggerFactory.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Logger/Helpers/logger.php b/src/Logger/Helpers/logger.php index 4131900d..fb6bff68 100644 --- a/src/Logger/Helpers/logger.php +++ b/src/Logger/Helpers/logger.php @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Logger/Logger.php b/src/Logger/Logger.php index bf1bd95f..0da6da95 100644 --- a/src/Logger/Logger.php +++ b/src/Logger/Logger.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Logger/LoggerConfig.php b/src/Logger/LoggerConfig.php index 4079bf4b..ed1042da 100644 --- a/src/Logger/LoggerConfig.php +++ b/src/Logger/LoggerConfig.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Logger/Traits/LoggerTrait.php b/src/Logger/Traits/LoggerTrait.php index 593017b2..88eff7c3 100644 --- a/src/Logger/Traits/LoggerTrait.php +++ b/src/Logger/Traits/LoggerTrait.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Mailer/Adapters/MailgunAdapter.php b/src/Mailer/Adapters/MailgunAdapter.php index 1ae1c762..f875f2c6 100644 --- a/src/Mailer/Adapters/MailgunAdapter.php +++ b/src/Mailer/Adapters/MailgunAdapter.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Mailer/Adapters/MandrillAdapter.php b/src/Mailer/Adapters/MandrillAdapter.php index e34b3400..9a376c85 100644 --- a/src/Mailer/Adapters/MandrillAdapter.php +++ b/src/Mailer/Adapters/MandrillAdapter.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Mailer/Adapters/ResendAdapter.php b/src/Mailer/Adapters/ResendAdapter.php index 50c4bce7..11605288 100644 --- a/src/Mailer/Adapters/ResendAdapter.php +++ b/src/Mailer/Adapters/ResendAdapter.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Mailer/Adapters/SendgridAdapter.php b/src/Mailer/Adapters/SendgridAdapter.php index 7e4e0a9b..a15b743d 100644 --- a/src/Mailer/Adapters/SendgridAdapter.php +++ b/src/Mailer/Adapters/SendgridAdapter.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Mailer/Adapters/SendinblueAdapter.php b/src/Mailer/Adapters/SendinblueAdapter.php index 0ee1f30b..1abfbd23 100644 --- a/src/Mailer/Adapters/SendinblueAdapter.php +++ b/src/Mailer/Adapters/SendinblueAdapter.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Mailer/Adapters/SmtpAdapter.php b/src/Mailer/Adapters/SmtpAdapter.php index fba99171..76fb65c1 100644 --- a/src/Mailer/Adapters/SmtpAdapter.php +++ b/src/Mailer/Adapters/SmtpAdapter.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Mailer/Contracts/MailerInterface.php b/src/Mailer/Contracts/MailerInterface.php index 46e9aab9..76d172ff 100644 --- a/src/Mailer/Contracts/MailerInterface.php +++ b/src/Mailer/Contracts/MailerInterface.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Mailer/Enums/MailerType.php b/src/Mailer/Enums/MailerType.php index 4cd538a8..4a8c3120 100644 --- a/src/Mailer/Enums/MailerType.php +++ b/src/Mailer/Enums/MailerType.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Mailer/Exceptions/MailerException.php b/src/Mailer/Exceptions/MailerException.php index 841783d5..facc443f 100644 --- a/src/Mailer/Exceptions/MailerException.php +++ b/src/Mailer/Exceptions/MailerException.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Mailer/Factories/MailerFactory.php b/src/Mailer/Factories/MailerFactory.php index e98e48fb..a503782f 100644 --- a/src/Mailer/Factories/MailerFactory.php +++ b/src/Mailer/Factories/MailerFactory.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Mailer/Helpers/mailer.php b/src/Mailer/Helpers/mailer.php index cefe5453..81fb688c 100644 --- a/src/Mailer/Helpers/mailer.php +++ b/src/Mailer/Helpers/mailer.php @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Mailer/MailTrap.php b/src/Mailer/MailTrap.php index 67ff8efe..6e03ca8f 100644 --- a/src/Mailer/MailTrap.php +++ b/src/Mailer/MailTrap.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Mailer/Mailer.php b/src/Mailer/Mailer.php index 0472f9d0..c050d7e7 100644 --- a/src/Mailer/Mailer.php +++ b/src/Mailer/Mailer.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Mailer/Traits/MailerTrait.php b/src/Mailer/Traits/MailerTrait.php index 942e8a32..74448f18 100644 --- a/src/Mailer/Traits/MailerTrait.php +++ b/src/Mailer/Traits/MailerTrait.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Middleware/Enums/ExceptionMessages.php b/src/Middleware/Enums/ExceptionMessages.php index e0531969..4c4e366d 100644 --- a/src/Middleware/Enums/ExceptionMessages.php +++ b/src/Middleware/Enums/ExceptionMessages.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Middleware/Exceptions/MiddlewareException.php b/src/Middleware/Exceptions/MiddlewareException.php index 3d8b9947..74e879cf 100644 --- a/src/Middleware/Exceptions/MiddlewareException.php +++ b/src/Middleware/Exceptions/MiddlewareException.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Middleware/Middleware.php b/src/Middleware/Middleware.php index 23cd8f47..a9f5b595 100644 --- a/src/Middleware/Middleware.php +++ b/src/Middleware/Middleware.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Middleware/MiddlewareManager.php b/src/Middleware/MiddlewareManager.php index 8e4da2c2..6e5403fd 100644 --- a/src/Middleware/MiddlewareManager.php +++ b/src/Middleware/MiddlewareManager.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Migration/Enums/ExceptionMessages.php b/src/Migration/Enums/ExceptionMessages.php index e40bec7a..56e78498 100644 --- a/src/Migration/Enums/ExceptionMessages.php +++ b/src/Migration/Enums/ExceptionMessages.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Migration/Exceptions/MigrationException.php b/src/Migration/Exceptions/MigrationException.php index 7fab5508..9ba4c38f 100644 --- a/src/Migration/Exceptions/MigrationException.php +++ b/src/Migration/Exceptions/MigrationException.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Migration/Migration.php b/src/Migration/Migration.php index dc106a46..6da28420 100644 --- a/src/Migration/Migration.php +++ b/src/Migration/Migration.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Migration/MigrationManager.php b/src/Migration/MigrationManager.php index 18233e14..9c4ca923 100644 --- a/src/Migration/MigrationManager.php +++ b/src/Migration/MigrationManager.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Migration/MigrationTable.php b/src/Migration/MigrationTable.php index 63ed5cc3..82eee603 100644 --- a/src/Migration/MigrationTable.php +++ b/src/Migration/MigrationTable.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Migration/Templates/MigrationTemplate.php b/src/Migration/Templates/MigrationTemplate.php index b0d18ade..2671f596 100644 --- a/src/Migration/Templates/MigrationTemplate.php +++ b/src/Migration/Templates/MigrationTemplate.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Model/DbModel.php b/src/Model/DbModel.php index 300c3a50..adeb6d71 100644 --- a/src/Model/DbModel.php +++ b/src/Model/DbModel.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Model/Enums/ExceptionMessages.php b/src/Model/Enums/ExceptionMessages.php index c38b7aed..23996ede 100644 --- a/src/Model/Enums/ExceptionMessages.php +++ b/src/Model/Enums/ExceptionMessages.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Model/Exceptions/ModelException.php b/src/Model/Exceptions/ModelException.php index 667b9548..8cbaa802 100644 --- a/src/Model/Exceptions/ModelException.php +++ b/src/Model/Exceptions/ModelException.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Model/Factories/ModelFactory.php b/src/Model/Factories/ModelFactory.php index c3972ab1..0e1fc395 100644 --- a/src/Model/Factories/ModelFactory.php +++ b/src/Model/Factories/ModelFactory.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Model/Helpers/model.php b/src/Model/Helpers/model.php index 4d7ed468..f026b7d5 100644 --- a/src/Model/Helpers/model.php +++ b/src/Model/Helpers/model.php @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Model/Model.php b/src/Model/Model.php index 59dd9317..842b85d3 100644 --- a/src/Model/Model.php +++ b/src/Model/Model.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Model/ModelCollection.php b/src/Model/ModelCollection.php index 459f0aca..7db12f85 100644 --- a/src/Model/ModelCollection.php +++ b/src/Model/ModelCollection.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Model/Traits/HasTimestamps.php b/src/Model/Traits/HasTimestamps.php index 4dc9e176..63e7ce82 100644 --- a/src/Model/Traits/HasTimestamps.php +++ b/src/Model/Traits/HasTimestamps.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Model/Traits/SoftDeletes.php b/src/Model/Traits/SoftDeletes.php index afacfc6e..b842643b 100644 --- a/src/Model/Traits/SoftDeletes.php +++ b/src/Model/Traits/SoftDeletes.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Enums/ExceptionMessages.php b/src/Module/Enums/ExceptionMessages.php index 4b582546..8f1a4adb 100644 --- a/src/Module/Enums/ExceptionMessages.php +++ b/src/Module/Enums/ExceptionMessages.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Exceptions/ModuleException.php b/src/Module/Exceptions/ModuleException.php index 4ec477d0..36d3cb59 100644 --- a/src/Module/Exceptions/ModuleException.php +++ b/src/Module/Exceptions/ModuleException.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/ModuleLoader.php b/src/Module/ModuleLoader.php index fcb839ab..2794bd9e 100644 --- a/src/Module/ModuleLoader.php +++ b/src/Module/ModuleLoader.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/ModuleManager.php b/src/Module/ModuleManager.php index e4a37eef..fb48c314 100644 --- a/src/Module/ModuleManager.php +++ b/src/Module/ModuleManager.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DefaultApi/src/Controllers/MainController.php.tpl b/src/Module/Templates/DefaultApi/src/Controllers/MainController.php.tpl index ca2623e0..89f04960 100644 --- a/src/Module/Templates/DefaultApi/src/Controllers/MainController.php.tpl +++ b/src/Module/Templates/DefaultApi/src/Controllers/MainController.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DefaultApi/src/Controllers/OpenApi/OpenApiController.php.tpl b/src/Module/Templates/DefaultApi/src/Controllers/OpenApi/OpenApiController.php.tpl index fbb01bfc..30b63189 100644 --- a/src/Module/Templates/DefaultApi/src/Controllers/OpenApi/OpenApiController.php.tpl +++ b/src/Module/Templates/DefaultApi/src/Controllers/OpenApi/OpenApiController.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DefaultApi/src/Controllers/OpenApi/OpenApiMainController.php.tpl b/src/Module/Templates/DefaultApi/src/Controllers/OpenApi/OpenApiMainController.php.tpl index 21bcda20..970b4c02 100644 --- a/src/Module/Templates/DefaultApi/src/Controllers/OpenApi/OpenApiMainController.php.tpl +++ b/src/Module/Templates/DefaultApi/src/Controllers/OpenApi/OpenApiMainController.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DefaultWeb/src/Controllers/MainController.php.tpl b/src/Module/Templates/DefaultWeb/src/Controllers/MainController.php.tpl index 372e2866..c7f8178d 100644 --- a/src/Module/Templates/DefaultWeb/src/Controllers/MainController.php.tpl +++ b/src/Module/Templates/DefaultWeb/src/Controllers/MainController.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoApi/src/Controllers/AccountController.php.tpl b/src/Module/Templates/DemoApi/src/Controllers/AccountController.php.tpl index 34904b65..48ebcc43 100644 --- a/src/Module/Templates/DemoApi/src/Controllers/AccountController.php.tpl +++ b/src/Module/Templates/DemoApi/src/Controllers/AccountController.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoApi/src/Controllers/AuthController.php.tpl b/src/Module/Templates/DemoApi/src/Controllers/AuthController.php.tpl index 624904d3..62f8f020 100644 --- a/src/Module/Templates/DemoApi/src/Controllers/AuthController.php.tpl +++ b/src/Module/Templates/DemoApi/src/Controllers/AuthController.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoApi/src/Controllers/BaseController.php.tpl b/src/Module/Templates/DemoApi/src/Controllers/BaseController.php.tpl index 3fc59dbb..99398163 100644 --- a/src/Module/Templates/DemoApi/src/Controllers/BaseController.php.tpl +++ b/src/Module/Templates/DemoApi/src/Controllers/BaseController.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoApi/src/Controllers/CommentController.php.tpl b/src/Module/Templates/DemoApi/src/Controllers/CommentController.php.tpl index 2ebaf76b..d7d1d2f0 100644 --- a/src/Module/Templates/DemoApi/src/Controllers/CommentController.php.tpl +++ b/src/Module/Templates/DemoApi/src/Controllers/CommentController.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoApi/src/Controllers/OpenApi/OpenApiAccountController.php.tpl b/src/Module/Templates/DemoApi/src/Controllers/OpenApi/OpenApiAccountController.php.tpl index 2a9ddc20..85874f98 100644 --- a/src/Module/Templates/DemoApi/src/Controllers/OpenApi/OpenApiAccountController.php.tpl +++ b/src/Module/Templates/DemoApi/src/Controllers/OpenApi/OpenApiAccountController.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoApi/src/Controllers/OpenApi/OpenApiAuthController.php.tpl b/src/Module/Templates/DemoApi/src/Controllers/OpenApi/OpenApiAuthController.php.tpl index 880c1c61..29bba1f8 100644 --- a/src/Module/Templates/DemoApi/src/Controllers/OpenApi/OpenApiAuthController.php.tpl +++ b/src/Module/Templates/DemoApi/src/Controllers/OpenApi/OpenApiAuthController.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoApi/src/Controllers/OpenApi/OpenApiCommentController.php.tpl b/src/Module/Templates/DemoApi/src/Controllers/OpenApi/OpenApiCommentController.php.tpl index 2321a8a9..d96a88dd 100644 --- a/src/Module/Templates/DemoApi/src/Controllers/OpenApi/OpenApiCommentController.php.tpl +++ b/src/Module/Templates/DemoApi/src/Controllers/OpenApi/OpenApiCommentController.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoApi/src/Controllers/OpenApi/OpenApiController.php.tpl b/src/Module/Templates/DemoApi/src/Controllers/OpenApi/OpenApiController.php.tpl index a7491ff3..a6bed844 100644 --- a/src/Module/Templates/DemoApi/src/Controllers/OpenApi/OpenApiController.php.tpl +++ b/src/Module/Templates/DemoApi/src/Controllers/OpenApi/OpenApiController.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 2.9.8 */ diff --git a/src/Module/Templates/DemoApi/src/Controllers/OpenApi/OpenApiPostController.php.tpl b/src/Module/Templates/DemoApi/src/Controllers/OpenApi/OpenApiPostController.php.tpl index 38298475..dea31e5c 100644 --- a/src/Module/Templates/DemoApi/src/Controllers/OpenApi/OpenApiPostController.php.tpl +++ b/src/Module/Templates/DemoApi/src/Controllers/OpenApi/OpenApiPostController.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoApi/src/Controllers/PostController.php.tpl b/src/Module/Templates/DemoApi/src/Controllers/PostController.php.tpl index e426fe0c..9c995087 100644 --- a/src/Module/Templates/DemoApi/src/Controllers/PostController.php.tpl +++ b/src/Module/Templates/DemoApi/src/Controllers/PostController.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoApi/src/Controllers/PostManagementController.php.tpl b/src/Module/Templates/DemoApi/src/Controllers/PostManagementController.php.tpl index 9f3463e7..3d1e2266 100644 --- a/src/Module/Templates/DemoApi/src/Controllers/PostManagementController.php.tpl +++ b/src/Module/Templates/DemoApi/src/Controllers/PostManagementController.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoApi/src/DTOs/CommentDTO.php.tpl b/src/Module/Templates/DemoApi/src/DTOs/CommentDTO.php.tpl index 181c19e8..72550e91 100644 --- a/src/Module/Templates/DemoApi/src/DTOs/CommentDTO.php.tpl +++ b/src/Module/Templates/DemoApi/src/DTOs/CommentDTO.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoApi/src/DTOs/PostDTO.php.tpl b/src/Module/Templates/DemoApi/src/DTOs/PostDTO.php.tpl index f280eb9b..0b84e9f2 100644 --- a/src/Module/Templates/DemoApi/src/DTOs/PostDTO.php.tpl +++ b/src/Module/Templates/DemoApi/src/DTOs/PostDTO.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoApi/src/DTOs/UserDTO.php.tpl b/src/Module/Templates/DemoApi/src/DTOs/UserDTO.php.tpl index e7f2402e..3b8b1feb 100644 --- a/src/Module/Templates/DemoApi/src/DTOs/UserDTO.php.tpl +++ b/src/Module/Templates/DemoApi/src/DTOs/UserDTO.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoApi/src/Enums/Role.php.tpl b/src/Module/Templates/DemoApi/src/Enums/Role.php.tpl index 2611c72c..b14ef58e 100644 --- a/src/Module/Templates/DemoApi/src/Enums/Role.php.tpl +++ b/src/Module/Templates/DemoApi/src/Enums/Role.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 2.9.9 */ diff --git a/src/Module/Templates/DemoApi/src/Middlewares/Activate.php.tpl b/src/Module/Templates/DemoApi/src/Middlewares/Activate.php.tpl index e09347f0..b85a5c86 100644 --- a/src/Module/Templates/DemoApi/src/Middlewares/Activate.php.tpl +++ b/src/Module/Templates/DemoApi/src/Middlewares/Activate.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoApi/src/Middlewares/Auth.php.tpl b/src/Module/Templates/DemoApi/src/Middlewares/Auth.php.tpl index 6d8bc9ab..5243a0f1 100644 --- a/src/Module/Templates/DemoApi/src/Middlewares/Auth.php.tpl +++ b/src/Module/Templates/DemoApi/src/Middlewares/Auth.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoApi/src/Middlewares/BaseMiddleware.php.tpl b/src/Module/Templates/DemoApi/src/Middlewares/BaseMiddleware.php.tpl index 33ff31d2..84062ed3 100644 --- a/src/Module/Templates/DemoApi/src/Middlewares/BaseMiddleware.php.tpl +++ b/src/Module/Templates/DemoApi/src/Middlewares/BaseMiddleware.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoApi/src/Middlewares/Comment.php.tpl b/src/Module/Templates/DemoApi/src/Middlewares/Comment.php.tpl index cc708552..5bb49e4f 100644 --- a/src/Module/Templates/DemoApi/src/Middlewares/Comment.php.tpl +++ b/src/Module/Templates/DemoApi/src/Middlewares/Comment.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoApi/src/Middlewares/CommentOwner.php.tpl b/src/Module/Templates/DemoApi/src/Middlewares/CommentOwner.php.tpl index f3121cf4..a5d314e9 100644 --- a/src/Module/Templates/DemoApi/src/Middlewares/CommentOwner.php.tpl +++ b/src/Module/Templates/DemoApi/src/Middlewares/CommentOwner.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoApi/src/Middlewares/Editor.php.tpl b/src/Module/Templates/DemoApi/src/Middlewares/Editor.php.tpl index 6f3f5e46..36759cdf 100644 --- a/src/Module/Templates/DemoApi/src/Middlewares/Editor.php.tpl +++ b/src/Module/Templates/DemoApi/src/Middlewares/Editor.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoApi/src/Middlewares/Forget.php.tpl b/src/Module/Templates/DemoApi/src/Middlewares/Forget.php.tpl index ef1cc1a8..b71df15f 100644 --- a/src/Module/Templates/DemoApi/src/Middlewares/Forget.php.tpl +++ b/src/Module/Templates/DemoApi/src/Middlewares/Forget.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoApi/src/Middlewares/Password.php.tpl b/src/Module/Templates/DemoApi/src/Middlewares/Password.php.tpl index 075bb2cc..9bc1fda8 100644 --- a/src/Module/Templates/DemoApi/src/Middlewares/Password.php.tpl +++ b/src/Module/Templates/DemoApi/src/Middlewares/Password.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoApi/src/Middlewares/PostOwner.php.tpl b/src/Module/Templates/DemoApi/src/Middlewares/PostOwner.php.tpl index a772a4eb..a384a766 100644 --- a/src/Module/Templates/DemoApi/src/Middlewares/PostOwner.php.tpl +++ b/src/Module/Templates/DemoApi/src/Middlewares/PostOwner.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoApi/src/Middlewares/Resend.php.tpl b/src/Module/Templates/DemoApi/src/Middlewares/Resend.php.tpl index 9d899481..1aea2fcd 100644 --- a/src/Module/Templates/DemoApi/src/Middlewares/Resend.php.tpl +++ b/src/Module/Templates/DemoApi/src/Middlewares/Resend.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoApi/src/Middlewares/Reset.php.tpl b/src/Module/Templates/DemoApi/src/Middlewares/Reset.php.tpl index 45446eb8..ea159af3 100644 --- a/src/Module/Templates/DemoApi/src/Middlewares/Reset.php.tpl +++ b/src/Module/Templates/DemoApi/src/Middlewares/Reset.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoApi/src/Middlewares/Signout.php.tpl b/src/Module/Templates/DemoApi/src/Middlewares/Signout.php.tpl index 8e8e24c6..8cb9d2f8 100644 --- a/src/Module/Templates/DemoApi/src/Middlewares/Signout.php.tpl +++ b/src/Module/Templates/DemoApi/src/Middlewares/Signout.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoApi/src/Middlewares/Signup.php.tpl b/src/Module/Templates/DemoApi/src/Middlewares/Signup.php.tpl index 6d8e8696..93c25100 100644 --- a/src/Module/Templates/DemoApi/src/Middlewares/Signup.php.tpl +++ b/src/Module/Templates/DemoApi/src/Middlewares/Signup.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoApi/src/Middlewares/Update.php.tpl b/src/Module/Templates/DemoApi/src/Middlewares/Update.php.tpl index 1334fb19..49d5fe9e 100644 --- a/src/Module/Templates/DemoApi/src/Middlewares/Update.php.tpl +++ b/src/Module/Templates/DemoApi/src/Middlewares/Update.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoApi/src/Middlewares/Verify.php.tpl b/src/Module/Templates/DemoApi/src/Middlewares/Verify.php.tpl index 2750ed2a..8e918db3 100644 --- a/src/Module/Templates/DemoApi/src/Middlewares/Verify.php.tpl +++ b/src/Module/Templates/DemoApi/src/Middlewares/Verify.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoApi/src/Models/Comment.php.tpl b/src/Module/Templates/DemoApi/src/Models/Comment.php.tpl index bc91efdf..59c8419f 100644 --- a/src/Module/Templates/DemoApi/src/Models/Comment.php.tpl +++ b/src/Module/Templates/DemoApi/src/Models/Comment.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoApi/src/Models/Post.php.tpl b/src/Module/Templates/DemoApi/src/Models/Post.php.tpl index 32710f7b..96f5355d 100644 --- a/src/Module/Templates/DemoApi/src/Models/Post.php.tpl +++ b/src/Module/Templates/DemoApi/src/Models/Post.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoApi/src/Models/User.php.tpl b/src/Module/Templates/DemoApi/src/Models/User.php.tpl index 180e4966..bfd63f87 100644 --- a/src/Module/Templates/DemoApi/src/Models/User.php.tpl +++ b/src/Module/Templates/DemoApi/src/Models/User.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoApi/src/Services/AuthService.php.tpl b/src/Module/Templates/DemoApi/src/Services/AuthService.php.tpl index 36f9bce7..bfb81ea4 100644 --- a/src/Module/Templates/DemoApi/src/Services/AuthService.php.tpl +++ b/src/Module/Templates/DemoApi/src/Services/AuthService.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoApi/src/Services/CommentService.php.tpl b/src/Module/Templates/DemoApi/src/Services/CommentService.php.tpl index 7303b567..a052c91d 100644 --- a/src/Module/Templates/DemoApi/src/Services/CommentService.php.tpl +++ b/src/Module/Templates/DemoApi/src/Services/CommentService.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoApi/src/Services/PostService.php.tpl b/src/Module/Templates/DemoApi/src/Services/PostService.php.tpl index e833c95c..e91b7086 100644 --- a/src/Module/Templates/DemoApi/src/Services/PostService.php.tpl +++ b/src/Module/Templates/DemoApi/src/Services/PostService.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoApi/src/Transformers/CommentTransformer.php.tpl b/src/Module/Templates/DemoApi/src/Transformers/CommentTransformer.php.tpl index 945d9a02..aac04bb9 100644 --- a/src/Module/Templates/DemoApi/src/Transformers/CommentTransformer.php.tpl +++ b/src/Module/Templates/DemoApi/src/Transformers/CommentTransformer.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 2.9.9 */ diff --git a/src/Module/Templates/DemoApi/src/Transformers/PostTransformer.php.tpl b/src/Module/Templates/DemoApi/src/Transformers/PostTransformer.php.tpl index 8e71fb48..9bd00090 100644 --- a/src/Module/Templates/DemoApi/src/Transformers/PostTransformer.php.tpl +++ b/src/Module/Templates/DemoApi/src/Transformers/PostTransformer.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 2.9.8 */ diff --git a/src/Module/Templates/DemoWeb/src/Controllers/AccountController.php.tpl b/src/Module/Templates/DemoWeb/src/Controllers/AccountController.php.tpl index b21d8044..6f81ed3a 100644 --- a/src/Module/Templates/DemoWeb/src/Controllers/AccountController.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Controllers/AccountController.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoWeb/src/Controllers/AuthController.php.tpl b/src/Module/Templates/DemoWeb/src/Controllers/AuthController.php.tpl index 59e3e7e1..9fae0c52 100644 --- a/src/Module/Templates/DemoWeb/src/Controllers/AuthController.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Controllers/AuthController.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoWeb/src/Controllers/BaseController.php.tpl b/src/Module/Templates/DemoWeb/src/Controllers/BaseController.php.tpl index da517c6d..8e050817 100644 --- a/src/Module/Templates/DemoWeb/src/Controllers/BaseController.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Controllers/BaseController.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoWeb/src/Controllers/CommentController.php.tpl b/src/Module/Templates/DemoWeb/src/Controllers/CommentController.php.tpl index 9d17687c..1d880bb4 100644 --- a/src/Module/Templates/DemoWeb/src/Controllers/CommentController.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Controllers/CommentController.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoWeb/src/Controllers/PageController.php.tpl b/src/Module/Templates/DemoWeb/src/Controllers/PageController.php.tpl index ecb4e2e4..32154222 100644 --- a/src/Module/Templates/DemoWeb/src/Controllers/PageController.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Controllers/PageController.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoWeb/src/Controllers/PostController.php.tpl b/src/Module/Templates/DemoWeb/src/Controllers/PostController.php.tpl index 4ec6df68..99a8406b 100644 --- a/src/Module/Templates/DemoWeb/src/Controllers/PostController.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Controllers/PostController.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoWeb/src/Controllers/PostManagementController.php.tpl b/src/Module/Templates/DemoWeb/src/Controllers/PostManagementController.php.tpl index 2a9767a3..908a4161 100644 --- a/src/Module/Templates/DemoWeb/src/Controllers/PostManagementController.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Controllers/PostManagementController.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoWeb/src/DTOs/CommentDTO.php.tpl b/src/Module/Templates/DemoWeb/src/DTOs/CommentDTO.php.tpl index 181c19e8..72550e91 100644 --- a/src/Module/Templates/DemoWeb/src/DTOs/CommentDTO.php.tpl +++ b/src/Module/Templates/DemoWeb/src/DTOs/CommentDTO.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoWeb/src/DTOs/PostDTO.php.tpl b/src/Module/Templates/DemoWeb/src/DTOs/PostDTO.php.tpl index f280eb9b..0b84e9f2 100644 --- a/src/Module/Templates/DemoWeb/src/DTOs/PostDTO.php.tpl +++ b/src/Module/Templates/DemoWeb/src/DTOs/PostDTO.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoWeb/src/DTOs/UserDTO.php.tpl b/src/Module/Templates/DemoWeb/src/DTOs/UserDTO.php.tpl index e7f2402e..3b8b1feb 100644 --- a/src/Module/Templates/DemoWeb/src/DTOs/UserDTO.php.tpl +++ b/src/Module/Templates/DemoWeb/src/DTOs/UserDTO.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoWeb/src/Enums/Role.php.tpl b/src/Module/Templates/DemoWeb/src/Enums/Role.php.tpl index 2611c72c..b14ef58e 100644 --- a/src/Module/Templates/DemoWeb/src/Enums/Role.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Enums/Role.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 2.9.9 */ diff --git a/src/Module/Templates/DemoWeb/src/Middlewares/Activate.php.tpl b/src/Module/Templates/DemoWeb/src/Middlewares/Activate.php.tpl index 15c1f44c..ba0eb249 100644 --- a/src/Module/Templates/DemoWeb/src/Middlewares/Activate.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Middlewares/Activate.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoWeb/src/Middlewares/Auth.php.tpl b/src/Module/Templates/DemoWeb/src/Middlewares/Auth.php.tpl index 70e0bdba..1c9926a6 100644 --- a/src/Module/Templates/DemoWeb/src/Middlewares/Auth.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Middlewares/Auth.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoWeb/src/Middlewares/BaseMiddleware.php.tpl b/src/Module/Templates/DemoWeb/src/Middlewares/BaseMiddleware.php.tpl index cc4f9be2..19f4dd36 100644 --- a/src/Module/Templates/DemoWeb/src/Middlewares/BaseMiddleware.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Middlewares/BaseMiddleware.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoWeb/src/Middlewares/Comment.php.tpl b/src/Module/Templates/DemoWeb/src/Middlewares/Comment.php.tpl index 61d441d0..d4e87a24 100644 --- a/src/Module/Templates/DemoWeb/src/Middlewares/Comment.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Middlewares/Comment.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoWeb/src/Middlewares/CommentOwner.php.tpl b/src/Module/Templates/DemoWeb/src/Middlewares/CommentOwner.php.tpl index f3121cf4..a5d314e9 100644 --- a/src/Module/Templates/DemoWeb/src/Middlewares/CommentOwner.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Middlewares/CommentOwner.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoWeb/src/Middlewares/Editor.php.tpl b/src/Module/Templates/DemoWeb/src/Middlewares/Editor.php.tpl index 837c0ad9..474ce5bd 100644 --- a/src/Module/Templates/DemoWeb/src/Middlewares/Editor.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Middlewares/Editor.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoWeb/src/Middlewares/Forget.php.tpl b/src/Module/Templates/DemoWeb/src/Middlewares/Forget.php.tpl index dadc94bb..ddccd9c9 100644 --- a/src/Module/Templates/DemoWeb/src/Middlewares/Forget.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Middlewares/Forget.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoWeb/src/Middlewares/Guest.php.tpl b/src/Module/Templates/DemoWeb/src/Middlewares/Guest.php.tpl index d50d6133..d546c837 100644 --- a/src/Module/Templates/DemoWeb/src/Middlewares/Guest.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Middlewares/Guest.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoWeb/src/Middlewares/Password.php.tpl b/src/Module/Templates/DemoWeb/src/Middlewares/Password.php.tpl index b931e0aa..304a4350 100644 --- a/src/Module/Templates/DemoWeb/src/Middlewares/Password.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Middlewares/Password.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoWeb/src/Middlewares/PostOwner.php.tpl b/src/Module/Templates/DemoWeb/src/Middlewares/PostOwner.php.tpl index b22fc5fa..3539ede7 100644 --- a/src/Module/Templates/DemoWeb/src/Middlewares/PostOwner.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Middlewares/PostOwner.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoWeb/src/Middlewares/Resend.php.tpl b/src/Module/Templates/DemoWeb/src/Middlewares/Resend.php.tpl index 90e4ac6d..72b98563 100644 --- a/src/Module/Templates/DemoWeb/src/Middlewares/Resend.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Middlewares/Resend.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoWeb/src/Middlewares/Reset.php.tpl b/src/Module/Templates/DemoWeb/src/Middlewares/Reset.php.tpl index ab443c5e..9cce1a17 100644 --- a/src/Module/Templates/DemoWeb/src/Middlewares/Reset.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Middlewares/Reset.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoWeb/src/Middlewares/Signup.php.tpl b/src/Module/Templates/DemoWeb/src/Middlewares/Signup.php.tpl index 7fbbe708..421b7e59 100644 --- a/src/Module/Templates/DemoWeb/src/Middlewares/Signup.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Middlewares/Signup.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoWeb/src/Middlewares/Update.php.tpl b/src/Module/Templates/DemoWeb/src/Middlewares/Update.php.tpl index ad254988..16016755 100644 --- a/src/Module/Templates/DemoWeb/src/Middlewares/Update.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Middlewares/Update.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoWeb/src/Middlewares/Verify.php.tpl b/src/Module/Templates/DemoWeb/src/Middlewares/Verify.php.tpl index 8e05011d..6092ec4d 100644 --- a/src/Module/Templates/DemoWeb/src/Middlewares/Verify.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Middlewares/Verify.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoWeb/src/Models/Comment.php.tpl b/src/Module/Templates/DemoWeb/src/Models/Comment.php.tpl index 74a8d8d1..08c1277f 100644 --- a/src/Module/Templates/DemoWeb/src/Models/Comment.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Models/Comment.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoWeb/src/Models/Post.php.tpl b/src/Module/Templates/DemoWeb/src/Models/Post.php.tpl index 5ed2d9fb..b8ad4490 100644 --- a/src/Module/Templates/DemoWeb/src/Models/Post.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Models/Post.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoWeb/src/Models/User.php.tpl b/src/Module/Templates/DemoWeb/src/Models/User.php.tpl index 180e4966..bfd63f87 100644 --- a/src/Module/Templates/DemoWeb/src/Models/User.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Models/User.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoWeb/src/Services/AuthService.php.tpl b/src/Module/Templates/DemoWeb/src/Services/AuthService.php.tpl index 36f9bce7..bfb81ea4 100644 --- a/src/Module/Templates/DemoWeb/src/Services/AuthService.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Services/AuthService.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoWeb/src/Services/CommandService.php.tpl b/src/Module/Templates/DemoWeb/src/Services/CommandService.php.tpl index 82ccca52..a17a8356 100644 --- a/src/Module/Templates/DemoWeb/src/Services/CommandService.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Services/CommandService.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 2.9.9 */ diff --git a/src/Module/Templates/DemoWeb/src/Services/CommentService.php.tpl b/src/Module/Templates/DemoWeb/src/Services/CommentService.php.tpl index a9951595..212714cc 100644 --- a/src/Module/Templates/DemoWeb/src/Services/CommentService.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Services/CommentService.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoWeb/src/Services/PostService.php.tpl b/src/Module/Templates/DemoWeb/src/Services/PostService.php.tpl index 3cbfaaea..5d0d9d45 100644 --- a/src/Module/Templates/DemoWeb/src/Services/PostService.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Services/PostService.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/DemoWeb/src/Transformers/CommentTransformer.php.tpl b/src/Module/Templates/DemoWeb/src/Transformers/CommentTransformer.php.tpl index 945d9a02..aac04bb9 100644 --- a/src/Module/Templates/DemoWeb/src/Transformers/CommentTransformer.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Transformers/CommentTransformer.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 2.9.9 */ diff --git a/src/Module/Templates/DemoWeb/src/Transformers/PostTransformer.php.tpl b/src/Module/Templates/DemoWeb/src/Transformers/PostTransformer.php.tpl index f1ea98a6..11986029 100644 --- a/src/Module/Templates/DemoWeb/src/Transformers/PostTransformer.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Transformers/PostTransformer.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/Toolkit/src/Controllers/BaseController.php.tpl b/src/Module/Templates/Toolkit/src/Controllers/BaseController.php.tpl index 3658c5b8..48395a41 100644 --- a/src/Module/Templates/Toolkit/src/Controllers/BaseController.php.tpl +++ b/src/Module/Templates/Toolkit/src/Controllers/BaseController.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/Toolkit/src/Controllers/DashboardController.php.tpl b/src/Module/Templates/Toolkit/src/Controllers/DashboardController.php.tpl index bf87f55e..63f67601 100644 --- a/src/Module/Templates/Toolkit/src/Controllers/DashboardController.php.tpl +++ b/src/Module/Templates/Toolkit/src/Controllers/DashboardController.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/Toolkit/src/Controllers/DatabaseController.php.tpl b/src/Module/Templates/Toolkit/src/Controllers/DatabaseController.php.tpl index 6c802cfb..e07c4a25 100644 --- a/src/Module/Templates/Toolkit/src/Controllers/DatabaseController.php.tpl +++ b/src/Module/Templates/Toolkit/src/Controllers/DatabaseController.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/Toolkit/src/Controllers/EmailsController.php.tpl b/src/Module/Templates/Toolkit/src/Controllers/EmailsController.php.tpl index 05c1b543..75aaa72c 100644 --- a/src/Module/Templates/Toolkit/src/Controllers/EmailsController.php.tpl +++ b/src/Module/Templates/Toolkit/src/Controllers/EmailsController.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/Toolkit/src/Controllers/LogsController.php.tpl b/src/Module/Templates/Toolkit/src/Controllers/LogsController.php.tpl index 0bcf2edf..8657c936 100644 --- a/src/Module/Templates/Toolkit/src/Controllers/LogsController.php.tpl +++ b/src/Module/Templates/Toolkit/src/Controllers/LogsController.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/Toolkit/src/Middlewares/BaseMiddleware.php.tpl b/src/Module/Templates/Toolkit/src/Middlewares/BaseMiddleware.php.tpl index 9f96d290..0741c778 100644 --- a/src/Module/Templates/Toolkit/src/Middlewares/BaseMiddleware.php.tpl +++ b/src/Module/Templates/Toolkit/src/Middlewares/BaseMiddleware.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/Toolkit/src/Middlewares/BasicAuth.php.tpl b/src/Module/Templates/Toolkit/src/Middlewares/BasicAuth.php.tpl index e99fbd93..9c08e799 100644 --- a/src/Module/Templates/Toolkit/src/Middlewares/BasicAuth.php.tpl +++ b/src/Module/Templates/Toolkit/src/Middlewares/BasicAuth.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/Toolkit/src/Middlewares/CreateTable.php.tpl b/src/Module/Templates/Toolkit/src/Middlewares/CreateTable.php.tpl index 076fd1c4..8e49e419 100644 --- a/src/Module/Templates/Toolkit/src/Middlewares/CreateTable.php.tpl +++ b/src/Module/Templates/Toolkit/src/Middlewares/CreateTable.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/Toolkit/src/Services/DashboardService.php.tpl b/src/Module/Templates/Toolkit/src/Services/DashboardService.php.tpl index e3bfcd57..58c8c648 100644 --- a/src/Module/Templates/Toolkit/src/Services/DashboardService.php.tpl +++ b/src/Module/Templates/Toolkit/src/Services/DashboardService.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/Toolkit/src/Services/DatabaseService.php.tpl b/src/Module/Templates/Toolkit/src/Services/DatabaseService.php.tpl index b033997a..f75dbd81 100644 --- a/src/Module/Templates/Toolkit/src/Services/DatabaseService.php.tpl +++ b/src/Module/Templates/Toolkit/src/Services/DatabaseService.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/Toolkit/src/Services/EmailService.php.tpl b/src/Module/Templates/Toolkit/src/Services/EmailService.php.tpl index e76ffb12..b1c3d07a 100644 --- a/src/Module/Templates/Toolkit/src/Services/EmailService.php.tpl +++ b/src/Module/Templates/Toolkit/src/Services/EmailService.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/Toolkit/src/Services/LogsService.php.tpl b/src/Module/Templates/Toolkit/src/Services/LogsService.php.tpl index a7b1291c..47679c06 100644 --- a/src/Module/Templates/Toolkit/src/Services/LogsService.php.tpl +++ b/src/Module/Templates/Toolkit/src/Services/LogsService.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Module/Templates/Toolkit/src/helpers/toolkit.php.tpl b/src/Module/Templates/Toolkit/src/helpers/toolkit.php.tpl index 466d4361..31990c6e 100644 --- a/src/Module/Templates/Toolkit/src/helpers/toolkit.php.tpl +++ b/src/Module/Templates/Toolkit/src/helpers/toolkit.php.tpl @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 2.9.8 */ diff --git a/src/Paginator/Adapters/ArrayPaginator.php b/src/Paginator/Adapters/ArrayPaginator.php index 43725791..a7360733 100644 --- a/src/Paginator/Adapters/ArrayPaginator.php +++ b/src/Paginator/Adapters/ArrayPaginator.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Paginator/Adapters/ModelPaginator.php b/src/Paginator/Adapters/ModelPaginator.php index 7071b35e..8008d8d6 100644 --- a/src/Paginator/Adapters/ModelPaginator.php +++ b/src/Paginator/Adapters/ModelPaginator.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Paginator/Contracts/PaginatorInterface.php b/src/Paginator/Contracts/PaginatorInterface.php index 7a7fd696..089b120a 100644 --- a/src/Paginator/Contracts/PaginatorInterface.php +++ b/src/Paginator/Contracts/PaginatorInterface.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Paginator/Enums/ExceptionMessages.php b/src/Paginator/Enums/ExceptionMessages.php index d55b9a98..dea73c0c 100644 --- a/src/Paginator/Enums/ExceptionMessages.php +++ b/src/Paginator/Enums/ExceptionMessages.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Paginator/Enums/Pagination.php b/src/Paginator/Enums/Pagination.php index cade4d5e..77b33edf 100644 --- a/src/Paginator/Enums/Pagination.php +++ b/src/Paginator/Enums/Pagination.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Paginator/Enums/PaginatorType.php b/src/Paginator/Enums/PaginatorType.php index d9701cf6..7ba7b28d 100644 --- a/src/Paginator/Enums/PaginatorType.php +++ b/src/Paginator/Enums/PaginatorType.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Paginator/Exceptions/PaginatorException.php b/src/Paginator/Exceptions/PaginatorException.php index 1c071bae..6d48d7d5 100644 --- a/src/Paginator/Exceptions/PaginatorException.php +++ b/src/Paginator/Exceptions/PaginatorException.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Paginator/Factories/PaginatorFactory.php b/src/Paginator/Factories/PaginatorFactory.php index ec86f9ef..6ffc6803 100644 --- a/src/Paginator/Factories/PaginatorFactory.php +++ b/src/Paginator/Factories/PaginatorFactory.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Paginator/Paginator.php b/src/Paginator/Paginator.php index c3fa2459..49e25570 100644 --- a/src/Paginator/Paginator.php +++ b/src/Paginator/Paginator.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Paginator/Traits/PaginatorTrait.php b/src/Paginator/Traits/PaginatorTrait.php index 2748dedb..d6c0e85f 100644 --- a/src/Paginator/Traits/PaginatorTrait.php +++ b/src/Paginator/Traits/PaginatorTrait.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/RateLimit/Adapters/FileRateLimitAdapter.php b/src/RateLimit/Adapters/FileRateLimitAdapter.php index 2937e3a7..0c3bfb33 100644 --- a/src/RateLimit/Adapters/FileRateLimitAdapter.php +++ b/src/RateLimit/Adapters/FileRateLimitAdapter.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/RateLimit/Adapters/RedisRateLimitAdapter.php b/src/RateLimit/Adapters/RedisRateLimitAdapter.php index 076ca1e2..fd917f15 100644 --- a/src/RateLimit/Adapters/RedisRateLimitAdapter.php +++ b/src/RateLimit/Adapters/RedisRateLimitAdapter.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/RateLimit/Contracts/RateLimitAdapterInterface.php b/src/RateLimit/Contracts/RateLimitAdapterInterface.php index 63640802..8278f8e6 100644 --- a/src/RateLimit/Contracts/RateLimitAdapterInterface.php +++ b/src/RateLimit/Contracts/RateLimitAdapterInterface.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/RateLimit/Enums/ExceptionMessages.php b/src/RateLimit/Enums/ExceptionMessages.php index 45704403..2eab711d 100644 --- a/src/RateLimit/Enums/ExceptionMessages.php +++ b/src/RateLimit/Enums/ExceptionMessages.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/RateLimit/Enums/RateLimitType.php b/src/RateLimit/Enums/RateLimitType.php index 1846223c..44a2ecea 100644 --- a/src/RateLimit/Enums/RateLimitType.php +++ b/src/RateLimit/Enums/RateLimitType.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/RateLimit/Exceptions/RateLimitException.php b/src/RateLimit/Exceptions/RateLimitException.php index 741b5746..2a9afe70 100644 --- a/src/RateLimit/Exceptions/RateLimitException.php +++ b/src/RateLimit/Exceptions/RateLimitException.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/RateLimit/Factories/RateLimiterFactory.php b/src/RateLimit/Factories/RateLimiterFactory.php index d3f33598..f414a7bd 100644 --- a/src/RateLimit/Factories/RateLimiterFactory.php +++ b/src/RateLimit/Factories/RateLimiterFactory.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/RateLimit/RateLimitMiddleware.php b/src/RateLimit/RateLimitMiddleware.php index 95851020..8f19611a 100644 --- a/src/RateLimit/RateLimitMiddleware.php +++ b/src/RateLimit/RateLimitMiddleware.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/RateLimit/RateLimiter.php b/src/RateLimit/RateLimiter.php index f18ac478..122344cd 100644 --- a/src/RateLimit/RateLimiter.php +++ b/src/RateLimit/RateLimiter.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Renderer/Adapters/HtmlAdapter.php b/src/Renderer/Adapters/HtmlAdapter.php index 5a9d6542..329a8bec 100644 --- a/src/Renderer/Adapters/HtmlAdapter.php +++ b/src/Renderer/Adapters/HtmlAdapter.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Renderer/Adapters/TwigAdapter.php b/src/Renderer/Adapters/TwigAdapter.php index 93bdff51..c1b40938 100644 --- a/src/Renderer/Adapters/TwigAdapter.php +++ b/src/Renderer/Adapters/TwigAdapter.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Renderer/Contracts/TemplateRendererInterface.php b/src/Renderer/Contracts/TemplateRendererInterface.php index 7ba97fe7..b794997f 100644 --- a/src/Renderer/Contracts/TemplateRendererInterface.php +++ b/src/Renderer/Contracts/TemplateRendererInterface.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Renderer/Enums/RendererType.php b/src/Renderer/Enums/RendererType.php index dc25abdf..5f68da54 100644 --- a/src/Renderer/Enums/RendererType.php +++ b/src/Renderer/Enums/RendererType.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Renderer/Exceptions/RendererException.php b/src/Renderer/Exceptions/RendererException.php index 96198225..d3a567a4 100644 --- a/src/Renderer/Exceptions/RendererException.php +++ b/src/Renderer/Exceptions/RendererException.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Renderer/Factories/RendererFactory.php b/src/Renderer/Factories/RendererFactory.php index 4da6c59f..ae63f01e 100644 --- a/src/Renderer/Factories/RendererFactory.php +++ b/src/Renderer/Factories/RendererFactory.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Renderer/Renderer.php b/src/Renderer/Renderer.php index 4eee6c75..6df6dc0b 100644 --- a/src/Renderer/Renderer.php +++ b/src/Renderer/Renderer.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/ResourceCache/Exceptions/ResourceCacheException.php b/src/ResourceCache/Exceptions/ResourceCacheException.php index 45943b50..0f83d718 100644 --- a/src/ResourceCache/Exceptions/ResourceCacheException.php +++ b/src/ResourceCache/Exceptions/ResourceCacheException.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/ResourceCache/ViewCache.php b/src/ResourceCache/ViewCache.php index 17eec27c..3a24bbf3 100644 --- a/src/ResourceCache/ViewCache.php +++ b/src/ResourceCache/ViewCache.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Router/Enums/ExceptionMessages.php b/src/Router/Enums/ExceptionMessages.php index 19880f1c..6f1fb287 100644 --- a/src/Router/Enums/ExceptionMessages.php +++ b/src/Router/Enums/ExceptionMessages.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Router/Exceptions/RouteException.php b/src/Router/Exceptions/RouteException.php index 9167feed..b036902f 100644 --- a/src/Router/Exceptions/RouteException.php +++ b/src/Router/Exceptions/RouteException.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Router/Helpers/router.php b/src/Router/Helpers/router.php index fe7a7390..bea6e9aa 100644 --- a/src/Router/Helpers/router.php +++ b/src/Router/Helpers/router.php @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Router/MatchedRoute.php b/src/Router/MatchedRoute.php index 35c1a47c..bf3309a4 100644 --- a/src/Router/MatchedRoute.php +++ b/src/Router/MatchedRoute.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Router/PatternCompiler.php b/src/Router/PatternCompiler.php index a7ff548b..a029ae5c 100644 --- a/src/Router/PatternCompiler.php +++ b/src/Router/PatternCompiler.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Router/Route.php b/src/Router/Route.php index d27176f0..4e9b99db 100644 --- a/src/Router/Route.php +++ b/src/Router/Route.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Router/RouteBuilder.php b/src/Router/RouteBuilder.php index cb1631c7..f9354b21 100644 --- a/src/Router/RouteBuilder.php +++ b/src/Router/RouteBuilder.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Router/RouteCollection.php b/src/Router/RouteCollection.php index 2bb10848..a37f09bd 100644 --- a/src/Router/RouteCollection.php +++ b/src/Router/RouteCollection.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Router/RouteDispatcher.php b/src/Router/RouteDispatcher.php index e1ebd1e2..e2554b74 100644 --- a/src/Router/RouteDispatcher.php +++ b/src/Router/RouteDispatcher.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Router/RouteFinder.php b/src/Router/RouteFinder.php index b7482ca3..3f97aca4 100644 --- a/src/Router/RouteFinder.php +++ b/src/Router/RouteFinder.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Service/Exceptions/ServiceException.php b/src/Service/Exceptions/ServiceException.php index cb6dcc1b..937c3dda 100644 --- a/src/Service/Exceptions/ServiceException.php +++ b/src/Service/Exceptions/ServiceException.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Service/Factories/ServiceFactory.php b/src/Service/Factories/ServiceFactory.php index a629d352..1eaae47e 100644 --- a/src/Service/Factories/ServiceFactory.php +++ b/src/Service/Factories/ServiceFactory.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Service/Helpers/service.php b/src/Service/Helpers/service.php index 3a4810a3..73b91bc7 100644 --- a/src/Service/Helpers/service.php +++ b/src/Service/Helpers/service.php @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Service/Service.php b/src/Service/Service.php index 869238f6..22ab517a 100644 --- a/src/Service/Service.php +++ b/src/Service/Service.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Session/Adapters/Database/DatabaseHandler.php b/src/Session/Adapters/Database/DatabaseHandler.php index 3d2e4f2c..52e8e03d 100644 --- a/src/Session/Adapters/Database/DatabaseHandler.php +++ b/src/Session/Adapters/Database/DatabaseHandler.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Session/Adapters/Database/DatabaseSessionAdapter.php b/src/Session/Adapters/Database/DatabaseSessionAdapter.php index 22482bc4..1f57ec4b 100644 --- a/src/Session/Adapters/Database/DatabaseSessionAdapter.php +++ b/src/Session/Adapters/Database/DatabaseSessionAdapter.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Session/Adapters/Native/NativeSessionAdapter.php b/src/Session/Adapters/Native/NativeSessionAdapter.php index acb8e3ec..9a0bff71 100644 --- a/src/Session/Adapters/Native/NativeSessionAdapter.php +++ b/src/Session/Adapters/Native/NativeSessionAdapter.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Session/Contracts/SessionStorageInterface.php b/src/Session/Contracts/SessionStorageInterface.php index cff63f42..6d42167c 100644 --- a/src/Session/Contracts/SessionStorageInterface.php +++ b/src/Session/Contracts/SessionStorageInterface.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Session/Enums/ExceptionMessages.php b/src/Session/Enums/ExceptionMessages.php index 26ab9880..12edf59f 100644 --- a/src/Session/Enums/ExceptionMessages.php +++ b/src/Session/Enums/ExceptionMessages.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Session/Enums/SessionType.php b/src/Session/Enums/SessionType.php index 2f19bf59..84a47b09 100644 --- a/src/Session/Enums/SessionType.php +++ b/src/Session/Enums/SessionType.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Session/Exceptions/SessionException.php b/src/Session/Exceptions/SessionException.php index 29bf9852..18282c82 100644 --- a/src/Session/Exceptions/SessionException.php +++ b/src/Session/Exceptions/SessionException.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Session/Factories/SessionFactory.php b/src/Session/Factories/SessionFactory.php index 6d31abb3..d2460aa2 100644 --- a/src/Session/Factories/SessionFactory.php +++ b/src/Session/Factories/SessionFactory.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Session/Helpers/session.php b/src/Session/Helpers/session.php index 87b56162..0b90323a 100644 --- a/src/Session/Helpers/session.php +++ b/src/Session/Helpers/session.php @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Session/Session.php b/src/Session/Session.php index 06e09cce..8fae5802 100644 --- a/src/Session/Session.php +++ b/src/Session/Session.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Session/Traits/SessionTrait.php b/src/Session/Traits/SessionTrait.php index 23958199..d00ce5c2 100644 --- a/src/Session/Traits/SessionTrait.php +++ b/src/Session/Traits/SessionTrait.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Storage/Adapters/Dropbox/DropboxApp.php b/src/Storage/Adapters/Dropbox/DropboxApp.php index 64a6f81a..04ed483e 100644 --- a/src/Storage/Adapters/Dropbox/DropboxApp.php +++ b/src/Storage/Adapters/Dropbox/DropboxApp.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Storage/Adapters/Dropbox/DropboxFileSystemAdapter.php b/src/Storage/Adapters/Dropbox/DropboxFileSystemAdapter.php index 92d93eb1..13d6dca3 100644 --- a/src/Storage/Adapters/Dropbox/DropboxFileSystemAdapter.php +++ b/src/Storage/Adapters/Dropbox/DropboxFileSystemAdapter.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Storage/Adapters/GoogleDrive/GoogleDriveApp.php b/src/Storage/Adapters/GoogleDrive/GoogleDriveApp.php index c5562d9e..05a5f247 100644 --- a/src/Storage/Adapters/GoogleDrive/GoogleDriveApp.php +++ b/src/Storage/Adapters/GoogleDrive/GoogleDriveApp.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Storage/Adapters/GoogleDrive/GoogleDriveFileSystemAdapter.php b/src/Storage/Adapters/GoogleDrive/GoogleDriveFileSystemAdapter.php index 746a83e5..be8c4806 100644 --- a/src/Storage/Adapters/GoogleDrive/GoogleDriveFileSystemAdapter.php +++ b/src/Storage/Adapters/GoogleDrive/GoogleDriveFileSystemAdapter.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Storage/Adapters/Local/LocalFileSystemAdapter.php b/src/Storage/Adapters/Local/LocalFileSystemAdapter.php index 15fb72bb..5af4dea0 100644 --- a/src/Storage/Adapters/Local/LocalFileSystemAdapter.php +++ b/src/Storage/Adapters/Local/LocalFileSystemAdapter.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Storage/Contracts/CloudAppInterface.php b/src/Storage/Contracts/CloudAppInterface.php index 54fe555c..2a513d3b 100644 --- a/src/Storage/Contracts/CloudAppInterface.php +++ b/src/Storage/Contracts/CloudAppInterface.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Storage/Contracts/FilesystemAdapterInterface.php b/src/Storage/Contracts/FilesystemAdapterInterface.php index 4bc11d9a..8442245b 100644 --- a/src/Storage/Contracts/FilesystemAdapterInterface.php +++ b/src/Storage/Contracts/FilesystemAdapterInterface.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Storage/Contracts/LocalFilesystemAdapterInterface.php b/src/Storage/Contracts/LocalFilesystemAdapterInterface.php index c42dd7da..8a4016ae 100644 --- a/src/Storage/Contracts/LocalFilesystemAdapterInterface.php +++ b/src/Storage/Contracts/LocalFilesystemAdapterInterface.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Storage/Contracts/TokenServiceInterface.php b/src/Storage/Contracts/TokenServiceInterface.php index 34626bec..57533b28 100644 --- a/src/Storage/Contracts/TokenServiceInterface.php +++ b/src/Storage/Contracts/TokenServiceInterface.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Storage/Enums/ExceptionMessages.php b/src/Storage/Enums/ExceptionMessages.php index 036a3d08..d4c3aa26 100644 --- a/src/Storage/Enums/ExceptionMessages.php +++ b/src/Storage/Enums/ExceptionMessages.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Storage/Enums/FileSystemType.php b/src/Storage/Enums/FileSystemType.php index c7d2df39..fb99cd18 100644 --- a/src/Storage/Enums/FileSystemType.php +++ b/src/Storage/Enums/FileSystemType.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Storage/Exceptions/FileSystemException.php b/src/Storage/Exceptions/FileSystemException.php index bc3aefb8..18ff24f9 100644 --- a/src/Storage/Exceptions/FileSystemException.php +++ b/src/Storage/Exceptions/FileSystemException.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Storage/Exceptions/FileUploadException.php b/src/Storage/Exceptions/FileUploadException.php index dc93d7ba..4f748b68 100644 --- a/src/Storage/Exceptions/FileUploadException.php +++ b/src/Storage/Exceptions/FileUploadException.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Storage/Factories/FileSystemFactory.php b/src/Storage/Factories/FileSystemFactory.php index f7c9ab75..d05dda6f 100644 --- a/src/Storage/Factories/FileSystemFactory.php +++ b/src/Storage/Factories/FileSystemFactory.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Storage/FileSystem.php b/src/Storage/FileSystem.php index a3a764ef..0f3ee8ee 100644 --- a/src/Storage/FileSystem.php +++ b/src/Storage/FileSystem.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Storage/Helpers/fs.php b/src/Storage/Helpers/fs.php index 16a9cc90..cf9c2f59 100644 --- a/src/Storage/Helpers/fs.php +++ b/src/Storage/Helpers/fs.php @@ -6,9 +6,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Storage/Traits/CloudAppTrait.php b/src/Storage/Traits/CloudAppTrait.php index 5a4c6d66..7b520d8f 100644 --- a/src/Storage/Traits/CloudAppTrait.php +++ b/src/Storage/Traits/CloudAppTrait.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Storage/UploadedFile.php b/src/Storage/UploadedFile.php index ea19b689..c6614840 100644 --- a/src/Storage/UploadedFile.php +++ b/src/Storage/UploadedFile.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Storage/Uploads/UploadConfigProvider.php b/src/Storage/Uploads/UploadConfigProvider.php index c3a8b3b8..d3e43787 100644 --- a/src/Storage/Uploads/UploadConfigProvider.php +++ b/src/Storage/Uploads/UploadConfigProvider.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Storage/Uploads/UploadPolicy.php b/src/Storage/Uploads/UploadPolicy.php index 8b5c3a13..59c81f6e 100644 --- a/src/Storage/Uploads/UploadPolicy.php +++ b/src/Storage/Uploads/UploadPolicy.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Storage/Uploads/UploadStorage.php b/src/Storage/Uploads/UploadStorage.php index 6a16ad57..bac52b2f 100644 --- a/src/Storage/Uploads/UploadStorage.php +++ b/src/Storage/Uploads/UploadStorage.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Tracer/ErrorHandler.php b/src/Tracer/ErrorHandler.php index 82bf9287..c5fee7ef 100644 --- a/src/Tracer/ErrorHandler.php +++ b/src/Tracer/ErrorHandler.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Tracer/ExceptionSeverityResolver.php b/src/Tracer/ExceptionSeverityResolver.php index 1090272b..4bdb98d1 100644 --- a/src/Tracer/ExceptionSeverityResolver.php +++ b/src/Tracer/ExceptionSeverityResolver.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Tracer/StackTraceFormatter.php b/src/Tracer/StackTraceFormatter.php index e142e17c..85e38ffa 100644 --- a/src/Tracer/StackTraceFormatter.php +++ b/src/Tracer/StackTraceFormatter.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Tracer/WebExceptionRenderer.php b/src/Tracer/WebExceptionRenderer.php index e04f2c02..4148fdaf 100644 --- a/src/Tracer/WebExceptionRenderer.php +++ b/src/Tracer/WebExceptionRenderer.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Transformer/Contracts/TransformerInterface.php b/src/Transformer/Contracts/TransformerInterface.php index 46311ac3..c114b402 100644 --- a/src/Transformer/Contracts/TransformerInterface.php +++ b/src/Transformer/Contracts/TransformerInterface.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Transformer/Helpers/transformer.php b/src/Transformer/Helpers/transformer.php index cf9be6e2..216387f5 100644 --- a/src/Transformer/Helpers/transformer.php +++ b/src/Transformer/Helpers/transformer.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Transformer/Transformer.php b/src/Transformer/Transformer.php index f0c81cc3..b7188cc3 100644 --- a/src/Transformer/Transformer.php +++ b/src/Transformer/Transformer.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Validation/Rule.php b/src/Validation/Rule.php index 4a1368a6..6ac141f8 100644 --- a/src/Validation/Rule.php +++ b/src/Validation/Rule.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Validation/Traits/File.php b/src/Validation/Traits/File.php index 03ce5edf..ec62db8b 100644 --- a/src/Validation/Traits/File.php +++ b/src/Validation/Traits/File.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Validation/Traits/General.php b/src/Validation/Traits/General.php index 46de926d..06b321d8 100644 --- a/src/Validation/Traits/General.php +++ b/src/Validation/Traits/General.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Validation/Traits/Length.php b/src/Validation/Traits/Length.php index 72044698..dfdfd758 100644 --- a/src/Validation/Traits/Length.php +++ b/src/Validation/Traits/Length.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Validation/Traits/Lists.php b/src/Validation/Traits/Lists.php index a6c0684c..e0e48c80 100644 --- a/src/Validation/Traits/Lists.php +++ b/src/Validation/Traits/Lists.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Validation/Traits/Resource.php b/src/Validation/Traits/Resource.php index 19f50017..f69d1caa 100644 --- a/src/Validation/Traits/Resource.php +++ b/src/Validation/Traits/Resource.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Validation/Traits/Type.php b/src/Validation/Traits/Type.php index 3e0eb78c..1ca2e873 100644 --- a/src/Validation/Traits/Type.php +++ b/src/Validation/Traits/Type.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/Validation/Validator.php b/src/Validation/Validator.php index dc23e0b9..9cc5af96 100644 --- a/src/Validation/Validator.php +++ b/src/Validation/Validator.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/View/Enums/ExceptionMessages.php b/src/View/Enums/ExceptionMessages.php index 9e78daa1..fd4a96d7 100644 --- a/src/View/Enums/ExceptionMessages.php +++ b/src/View/Enums/ExceptionMessages.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/View/Exceptions/ViewException.php b/src/View/Exceptions/ViewException.php index 6c52eeea..f8a4ed61 100644 --- a/src/View/Exceptions/ViewException.php +++ b/src/View/Exceptions/ViewException.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/View/Factories/ViewFactory.php b/src/View/Factories/ViewFactory.php index 38acd90c..2d064b9f 100644 --- a/src/View/Factories/ViewFactory.php +++ b/src/View/Factories/ViewFactory.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/View/Helpers/view.php b/src/View/Helpers/view.php index 2d4b5a68..829b8df7 100644 --- a/src/View/Helpers/view.php +++ b/src/View/Helpers/view.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/View/RawParam.php b/src/View/RawParam.php index d357a63f..5a1be9c6 100644 --- a/src/View/RawParam.php +++ b/src/View/RawParam.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */ diff --git a/src/View/View.php b/src/View/View.php index ed9d8b0d..94399cda 100644 --- a/src/View/View.php +++ b/src/View/View.php @@ -8,9 +8,9 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */