From 2be08efca2d01acb76d9344956437d53328f8c91 Mon Sep 17 00:00:00 2001 From: Arman <407448+armanist@users.noreply.github.com> Date: Sun, 17 May 2026 19:06:14 +0400 Subject: [PATCH 1/2] chore: replace with correct author email --- composer.json | 2 +- src/App/Adapters/AppAdapter.php | 2 +- src/App/Adapters/ConsoleAppAdapter.php | 2 +- src/App/Adapters/WebAppAdapter.php | 2 +- src/App/App.php | 2 +- src/App/AppContext.php | 2 +- src/App/BootPipeline.php | 2 +- src/App/Contracts/AppInterface.php | 2 +- src/App/Contracts/BootStageInterface.php | 2 +- src/App/Enums/AppType.php | 2 +- src/App/Enums/ExceptionMessages.php | 2 +- src/App/Enums/ExitCode.php | 2 +- src/App/Enums/ReservedKeys.php | 2 +- src/App/Exceptions/AppException.php | 2 +- src/App/Exceptions/BaseException.php | 2 +- src/App/Factories/AppFactory.php | 2 +- src/App/Helpers/app.php | 2 +- src/App/Helpers/dir.php | 2 +- src/App/Helpers/misc.php | 2 +- src/App/Helpers/uuid.php | 2 +- src/App/Stages/InitDebuggerStage.php | 2 +- src/App/Stages/InitHttpStage.php | 2 +- src/App/Stages/LoadAppConfigStage.php | 2 +- src/App/Stages/LoadEnvironmentStage.php | 2 +- src/App/Stages/LoadHelpersStage.php | 2 +- src/App/Stages/LoadModulesStage.php | 2 +- src/App/Stages/SetupErrorHandlerStage.php | 2 +- src/App/Traits/ConsoleAppTrait.php | 2 +- src/App/Traits/WebAppTrait.php | 2 +- src/Archive/Adapters/PharAdapter.php | 2 +- src/Archive/Adapters/ZipAdapter.php | 2 +- src/Archive/Archive.php | 2 +- src/Archive/Contracts/ArchiveInterface.php | 2 +- src/Archive/Enums/ArchiveType.php | 2 +- src/Archive/Enums/ExceptionMessages.php | 2 +- src/Archive/Exceptions/ArchiveException.php | 2 +- src/Archive/Factories/ArchiveFactory.php | 2 +- src/Asset/Asset.php | 2 +- src/Asset/AssetManager.php | 2 +- src/Asset/Enums/ExceptionMessages.php | 2 +- src/Asset/Exceptions/AssetException.php | 2 +- src/Asset/Helpers/asset.php | 2 +- src/Auth/Adapters/JwtAuthAdapter.php | 2 +- src/Auth/Adapters/SessionAuthAdapter.php | 2 +- src/Auth/Auth.php | 2 +- src/Auth/Contracts/AuthServiceInterface.php | 2 +- src/Auth/Contracts/AuthenticatableInterface.php | 2 +- src/Auth/Enums/AuthKeys.php | 2 +- src/Auth/Enums/AuthType.php | 2 +- src/Auth/Enums/ExceptionMessages.php | 2 +- src/Auth/Exceptions/AuthException.php | 2 +- src/Auth/Factories/AuthFactory.php | 2 +- src/Auth/Helpers/auth.php | 2 +- src/Auth/Traits/AuthTrait.php | 2 +- src/Auth/User.php | 2 +- src/Cache/Adapters/DatabaseAdapter.php | 2 +- src/Cache/Adapters/FileAdapter.php | 2 +- src/Cache/Adapters/MemcachedAdapter.php | 2 +- src/Cache/Adapters/RedisAdapter.php | 2 +- src/Cache/Cache.php | 2 +- src/Cache/Enums/CacheType.php | 2 +- src/Cache/Enums/ExceptionMessages.php | 2 +- src/Cache/Exceptions/CacheException.php | 2 +- src/Cache/Factories/CacheFactory.php | 2 +- src/Cache/Helpers/cache.php | 2 +- src/Cache/Traits/CacheTrait.php | 2 +- src/Captcha/Adapters/HcaptchaAdapter.php | 2 +- src/Captcha/Adapters/RecaptchaAdapter.php | 2 +- src/Captcha/Captcha.php | 2 +- src/Captcha/Contracts/CaptchaInterface.php | 2 +- src/Captcha/Enums/CaptchaType.php | 2 +- src/Captcha/Exceptions/CaptchaException.php | 2 +- src/Captcha/Factories/CaptchaFactory.php | 2 +- src/Captcha/Helpers/captcha.php | 2 +- src/Captcha/Traits/CaptchaTrait.php | 2 +- src/Config/Config.php | 2 +- src/Config/Contracts/ConfigInterface.php | 2 +- src/Config/Enums/ExceptionMessages.php | 2 +- src/Config/Exceptions/ConfigException.php | 2 +- src/Config/Helpers/config.php | 2 +- src/Console/CliCommand.php | 2 +- src/Console/CommandDiscovery.php | 2 +- src/Console/Commands/CronRunCommand.php | 2 +- src/Console/Commands/DebugBarCommand.php | 2 +- src/Console/Commands/EnvCommand.php | 2 +- src/Console/Commands/InstallToolkitCommand.php | 2 +- src/Console/Commands/KeyGenerateCommand.php | 2 +- src/Console/Commands/MigrationGenerateCommand.php | 2 +- src/Console/Commands/MigrationMigrateCommand.php | 2 +- src/Console/Commands/ModuleGenerateCommand.php | 2 +- src/Console/Commands/OpenApiCommand.php | 2 +- src/Console/Commands/ResourceCacheClearCommand.php | 2 +- src/Console/Commands/RouteListCommand.php | 2 +- src/Console/Commands/ServeCommand.php | 2 +- src/Console/Commands/VersionCommand.php | 2 +- src/Console/Contracts/CommandInterface.php | 2 +- src/Cookie/Contracts/CookieStorageInterface.php | 2 +- src/Cookie/Cookie.php | 2 +- src/Cookie/Helpers/cookie.php | 2 +- src/Cron/Contracts/CronTaskInterface.php | 2 +- src/Cron/CronManager.php | 2 +- src/Cron/CronTask.php | 2 +- src/Cron/Enums/ExceptionMessages.php | 2 +- src/Cron/Exceptions/CronException.php | 2 +- src/Cron/Helpers/cron.php | 2 +- src/Cron/Schedule.php | 2 +- src/Csrf/Csrf.php | 2 +- src/Csrf/Enums/ExceptionMessages.php | 2 +- src/Csrf/Exceptions/CsrfException.php | 2 +- src/Csrf/Helpers/csrf.php | 2 +- src/Database/Adapters/Idiorm/IdiormDbal.php | 2 +- src/Database/Adapters/Idiorm/IdiormPatch.php | 2 +- src/Database/Adapters/Idiorm/Statements/Criteria.php | 2 +- src/Database/Adapters/Idiorm/Statements/Join.php | 2 +- src/Database/Adapters/Idiorm/Statements/Model.php | 2 +- src/Database/Adapters/Idiorm/Statements/Query.php | 2 +- src/Database/Adapters/Idiorm/Statements/Reducer.php | 2 +- src/Database/Adapters/Idiorm/Statements/Result.php | 2 +- src/Database/Adapters/Idiorm/Statements/Transaction.php | 2 +- src/Database/Adapters/Sleekdb/SleekDbal.php | 2 +- src/Database/Adapters/Sleekdb/Statements/Criteria.php | 2 +- src/Database/Adapters/Sleekdb/Statements/Join.php | 2 +- src/Database/Adapters/Sleekdb/Statements/Model.php | 2 +- src/Database/Adapters/Sleekdb/Statements/Reducer.php | 2 +- src/Database/Adapters/Sleekdb/Statements/RelatedCriteria.php | 2 +- src/Database/Adapters/Sleekdb/Statements/Result.php | 2 +- src/Database/Contracts/DbalInterface.php | 2 +- src/Database/Contracts/RelationalInterface.php | 2 +- src/Database/Database.php | 2 +- src/Database/Enums/DatabaseType.php | 2 +- src/Database/Enums/ExceptionMessages.php | 2 +- src/Database/Enums/Key.php | 2 +- src/Database/Enums/Relation.php | 2 +- src/Database/Enums/Type.php | 2 +- src/Database/Exceptions/DatabaseException.php | 2 +- src/Database/Factories/TableFactory.php | 2 +- src/Database/Helpers/db.php | 2 +- src/Database/Schemas/Column.php | 2 +- src/Database/Schemas/Table.php | 2 +- src/Database/Traits/RelationalTrait.php | 2 +- src/Database/Traits/TableTrait.php | 2 +- src/Database/Traits/TransactionTrait.php | 2 +- src/Debugger/Contracts/DebuggerStoreInterface.php | 2 +- src/Debugger/Debugger.php | 2 +- src/Debugger/DebuggerStore.php | 2 +- src/Debugger/Helpers/debugger.php | 2 +- src/Di/Di.php | 2 +- src/Di/DiContainer.php | 2 +- src/Di/DiRegistry.php | 2 +- src/Di/Enums/ExceptionMessages.php | 2 +- src/Di/Exceptions/DiException.php | 2 +- src/Encryption/Adapters/AsymmetricEncryptionAdapter.php | 2 +- src/Encryption/Adapters/SymmetricEncryptionAdapter.php | 2 +- src/Encryption/Contracts/EncryptionInterface.php | 2 +- src/Encryption/Cryptor.php | 2 +- src/Encryption/Enums/CryptorType.php | 2 +- src/Encryption/Enums/ExceptionMessages.php | 2 +- src/Encryption/Exceptions/CryptorException.php | 2 +- src/Encryption/Factories/CryptorFactory.php | 2 +- src/Encryption/Helpers/encryption.php | 2 +- src/Environment/Enums/Env.php | 2 +- src/Environment/Enums/ExceptionMessages.php | 2 +- src/Environment/Environment.php | 2 +- src/Environment/Exceptions/EnvException.php | 2 +- src/Environment/Helpers/env.php | 2 +- src/Environment/Helpers/server.php | 2 +- src/Environment/Server.php | 2 +- src/Hasher/Enums/ExceptionMessages.php | 2 +- src/Hasher/Exceptions/HasherException.php | 2 +- src/Hasher/Hasher.php | 2 +- src/Hook/Enums/ExceptionMessages.php | 2 +- src/Hook/Exceptions/HookException.php | 2 +- src/Hook/Helpers/hook.php | 2 +- src/Hook/HookManager.php | 2 +- src/Http/Enums/ContentType.php | 2 +- src/Http/Enums/StatusCode.php | 2 +- src/Http/Exceptions/HttpException.php | 2 +- src/Http/Helpers/http.php | 2 +- src/Http/Request.php | 2 +- src/Http/Response.php | 2 +- src/Http/Traits/Request/Body.php | 2 +- src/Http/Traits/Request/File.php | 2 +- src/Http/Traits/Request/Header.php | 2 +- src/Http/Traits/Request/Internal.php | 2 +- src/Http/Traits/Request/Params.php | 2 +- src/Http/Traits/Request/Query.php | 2 +- src/Http/Traits/Request/RawInput.php | 2 +- src/Http/Traits/Request/Route.php | 2 +- src/Http/Traits/Request/Url.php | 2 +- src/Http/Traits/Response/Body.php | 2 +- src/Http/Traits/Response/Header.php | 2 +- src/Http/Traits/Response/Status.php | 2 +- src/HttpClient/Enums/ExceptionMessages.php | 2 +- src/HttpClient/Exceptions/HttpClientException.php | 2 +- src/HttpClient/HttpClient.php | 2 +- src/Jwt/Enums/ExceptionMessages.php | 2 +- src/Jwt/Exceptions/JwtException.php | 2 +- src/Jwt/JwtToken.php | 2 +- src/Lang/Enums/ExceptionMessages.php | 2 +- src/Lang/Exceptions/LangException.php | 2 +- src/Lang/Factories/LangFactory.php | 2 +- src/Lang/Helpers/lang.php | 2 +- src/Lang/Lang.php | 2 +- src/Lang/Translator.php | 2 +- src/Loader/Exceptions/LoaderException.php | 2 +- src/Loader/Loader.php | 2 +- src/Loader/Setup.php | 2 +- src/Logger/Adapters/DailyAdapter.php | 2 +- src/Logger/Adapters/MessageAdapter.php | 2 +- src/Logger/Adapters/SingleAdapter.php | 2 +- src/Logger/Contracts/ReportableInterface.php | 2 +- src/Logger/Enums/ExceptionMessages.php | 2 +- src/Logger/Enums/LoggerType.php | 2 +- src/Logger/Exceptions/LoggerException.php | 2 +- src/Logger/Factories/LoggerFactory.php | 2 +- src/Logger/Helpers/logger.php | 2 +- src/Logger/Logger.php | 2 +- src/Logger/LoggerConfig.php | 2 +- src/Logger/Traits/LoggerTrait.php | 2 +- src/Mailer/Adapters/MailgunAdapter.php | 2 +- src/Mailer/Adapters/MandrillAdapter.php | 2 +- src/Mailer/Adapters/ResendAdapter.php | 2 +- src/Mailer/Adapters/SendgridAdapter.php | 2 +- src/Mailer/Adapters/SendinblueAdapter.php | 2 +- src/Mailer/Adapters/SmtpAdapter.php | 2 +- src/Mailer/Contracts/MailerInterface.php | 2 +- src/Mailer/Enums/MailerType.php | 2 +- src/Mailer/Exceptions/MailerException.php | 2 +- src/Mailer/Factories/MailerFactory.php | 2 +- src/Mailer/Helpers/mailer.php | 2 +- src/Mailer/MailTrap.php | 2 +- src/Mailer/Mailer.php | 2 +- src/Mailer/Traits/MailerTrait.php | 2 +- src/Middleware/Enums/ExceptionMessages.php | 2 +- src/Middleware/Exceptions/MiddlewareException.php | 2 +- src/Middleware/Middleware.php | 2 +- src/Middleware/MiddlewareManager.php | 2 +- src/Migration/Enums/ExceptionMessages.php | 2 +- src/Migration/Exceptions/MigrationException.php | 2 +- src/Migration/Migration.php | 2 +- src/Migration/MigrationManager.php | 2 +- src/Migration/MigrationTable.php | 2 +- src/Migration/Templates/MigrationTemplate.php | 2 +- src/Model/DbModel.php | 2 +- src/Model/Enums/ExceptionMessages.php | 2 +- src/Model/Exceptions/ModelException.php | 2 +- src/Model/Factories/ModelFactory.php | 2 +- src/Model/Helpers/model.php | 2 +- src/Model/Model.php | 2 +- src/Model/ModelCollection.php | 2 +- src/Model/Traits/HasTimestamps.php | 2 +- src/Model/Traits/SoftDeletes.php | 2 +- src/Module/Enums/ExceptionMessages.php | 2 +- src/Module/Exceptions/ModuleException.php | 2 +- src/Module/ModuleLoader.php | 2 +- src/Module/ModuleManager.php | 2 +- .../Templates/DefaultApi/src/Controllers/MainController.php.tpl | 2 +- .../src/Controllers/OpenApi/OpenApiController.php.tpl | 2 +- .../src/Controllers/OpenApi/OpenApiMainController.php.tpl | 2 +- .../Templates/DefaultWeb/src/Controllers/MainController.php.tpl | 2 +- .../Templates/DemoApi/src/Controllers/AccountController.php.tpl | 2 +- .../Templates/DemoApi/src/Controllers/AuthController.php.tpl | 2 +- .../Templates/DemoApi/src/Controllers/BaseController.php.tpl | 2 +- .../Templates/DemoApi/src/Controllers/CommentController.php.tpl | 2 +- .../src/Controllers/OpenApi/OpenApiAccountController.php.tpl | 2 +- .../src/Controllers/OpenApi/OpenApiAuthController.php.tpl | 2 +- .../src/Controllers/OpenApi/OpenApiCommentController.php.tpl | 2 +- .../DemoApi/src/Controllers/OpenApi/OpenApiController.php.tpl | 2 +- .../src/Controllers/OpenApi/OpenApiPostController.php.tpl | 2 +- .../Templates/DemoApi/src/Controllers/PostController.php.tpl | 2 +- .../DemoApi/src/Controllers/PostManagementController.php.tpl | 2 +- src/Module/Templates/DemoApi/src/DTOs/CommentDTO.php.tpl | 2 +- src/Module/Templates/DemoApi/src/DTOs/PostDTO.php.tpl | 2 +- src/Module/Templates/DemoApi/src/DTOs/UserDTO.php.tpl | 2 +- src/Module/Templates/DemoApi/src/Enums/Role.php.tpl | 2 +- src/Module/Templates/DemoApi/src/Middlewares/Activate.php.tpl | 2 +- src/Module/Templates/DemoApi/src/Middlewares/Auth.php.tpl | 2 +- .../Templates/DemoApi/src/Middlewares/BaseMiddleware.php.tpl | 2 +- src/Module/Templates/DemoApi/src/Middlewares/Comment.php.tpl | 2 +- .../Templates/DemoApi/src/Middlewares/CommentOwner.php.tpl | 2 +- src/Module/Templates/DemoApi/src/Middlewares/Editor.php.tpl | 2 +- src/Module/Templates/DemoApi/src/Middlewares/Forget.php.tpl | 2 +- src/Module/Templates/DemoApi/src/Middlewares/Password.php.tpl | 2 +- src/Module/Templates/DemoApi/src/Middlewares/PostOwner.php.tpl | 2 +- src/Module/Templates/DemoApi/src/Middlewares/Resend.php.tpl | 2 +- src/Module/Templates/DemoApi/src/Middlewares/Reset.php.tpl | 2 +- src/Module/Templates/DemoApi/src/Middlewares/Signout.php.tpl | 2 +- src/Module/Templates/DemoApi/src/Middlewares/Signup.php.tpl | 2 +- src/Module/Templates/DemoApi/src/Middlewares/Update.php.tpl | 2 +- src/Module/Templates/DemoApi/src/Middlewares/Verify.php.tpl | 2 +- src/Module/Templates/DemoApi/src/Models/Comment.php.tpl | 2 +- src/Module/Templates/DemoApi/src/Models/Post.php.tpl | 2 +- src/Module/Templates/DemoApi/src/Models/User.php.tpl | 2 +- src/Module/Templates/DemoApi/src/Services/AuthService.php.tpl | 2 +- .../Templates/DemoApi/src/Services/CommentService.php.tpl | 2 +- src/Module/Templates/DemoApi/src/Services/PostService.php.tpl | 2 +- .../DemoApi/src/Transformers/CommentTransformer.php.tpl | 2 +- .../Templates/DemoApi/src/Transformers/PostTransformer.php.tpl | 2 +- .../Templates/DemoWeb/src/Controllers/AccountController.php.tpl | 2 +- .../Templates/DemoWeb/src/Controllers/AuthController.php.tpl | 2 +- .../Templates/DemoWeb/src/Controllers/BaseController.php.tpl | 2 +- .../Templates/DemoWeb/src/Controllers/CommentController.php.tpl | 2 +- .../Templates/DemoWeb/src/Controllers/PageController.php.tpl | 2 +- .../Templates/DemoWeb/src/Controllers/PostController.php.tpl | 2 +- .../DemoWeb/src/Controllers/PostManagementController.php.tpl | 2 +- src/Module/Templates/DemoWeb/src/DTOs/CommentDTO.php.tpl | 2 +- src/Module/Templates/DemoWeb/src/DTOs/PostDTO.php.tpl | 2 +- src/Module/Templates/DemoWeb/src/DTOs/UserDTO.php.tpl | 2 +- src/Module/Templates/DemoWeb/src/Enums/Role.php.tpl | 2 +- src/Module/Templates/DemoWeb/src/Middlewares/Activate.php.tpl | 2 +- src/Module/Templates/DemoWeb/src/Middlewares/Auth.php.tpl | 2 +- .../Templates/DemoWeb/src/Middlewares/BaseMiddleware.php.tpl | 2 +- src/Module/Templates/DemoWeb/src/Middlewares/Comment.php.tpl | 2 +- .../Templates/DemoWeb/src/Middlewares/CommentOwner.php.tpl | 2 +- src/Module/Templates/DemoWeb/src/Middlewares/Editor.php.tpl | 2 +- src/Module/Templates/DemoWeb/src/Middlewares/Forget.php.tpl | 2 +- src/Module/Templates/DemoWeb/src/Middlewares/Guest.php.tpl | 2 +- src/Module/Templates/DemoWeb/src/Middlewares/Password.php.tpl | 2 +- src/Module/Templates/DemoWeb/src/Middlewares/PostOwner.php.tpl | 2 +- src/Module/Templates/DemoWeb/src/Middlewares/Resend.php.tpl | 2 +- src/Module/Templates/DemoWeb/src/Middlewares/Reset.php.tpl | 2 +- src/Module/Templates/DemoWeb/src/Middlewares/Signup.php.tpl | 2 +- src/Module/Templates/DemoWeb/src/Middlewares/Update.php.tpl | 2 +- src/Module/Templates/DemoWeb/src/Middlewares/Verify.php.tpl | 2 +- src/Module/Templates/DemoWeb/src/Models/Comment.php.tpl | 2 +- src/Module/Templates/DemoWeb/src/Models/Post.php.tpl | 2 +- src/Module/Templates/DemoWeb/src/Models/User.php.tpl | 2 +- src/Module/Templates/DemoWeb/src/Services/AuthService.php.tpl | 2 +- .../Templates/DemoWeb/src/Services/CommandService.php.tpl | 2 +- .../Templates/DemoWeb/src/Services/CommentService.php.tpl | 2 +- src/Module/Templates/DemoWeb/src/Services/PostService.php.tpl | 2 +- .../DemoWeb/src/Transformers/CommentTransformer.php.tpl | 2 +- .../Templates/DemoWeb/src/Transformers/PostTransformer.php.tpl | 2 +- .../Templates/Toolkit/src/Controllers/BaseController.php.tpl | 2 +- .../Toolkit/src/Controllers/DashboardController.php.tpl | 2 +- .../Toolkit/src/Controllers/DatabaseController.php.tpl | 2 +- .../Templates/Toolkit/src/Controllers/EmailsController.php.tpl | 2 +- .../Templates/Toolkit/src/Controllers/LogsController.php.tpl | 2 +- .../Templates/Toolkit/src/Middlewares/BaseMiddleware.php.tpl | 2 +- src/Module/Templates/Toolkit/src/Middlewares/BasicAuth.php.tpl | 2 +- .../Templates/Toolkit/src/Middlewares/CreateTable.php.tpl | 2 +- .../Templates/Toolkit/src/Services/DashboardService.php.tpl | 2 +- .../Templates/Toolkit/src/Services/DatabaseService.php.tpl | 2 +- src/Module/Templates/Toolkit/src/Services/EmailService.php.tpl | 2 +- src/Module/Templates/Toolkit/src/Services/LogsService.php.tpl | 2 +- src/Module/Templates/Toolkit/src/helpers/toolkit.php.tpl | 2 +- src/Paginator/Adapters/ArrayPaginator.php | 2 +- src/Paginator/Adapters/ModelPaginator.php | 2 +- src/Paginator/Contracts/PaginatorInterface.php | 2 +- src/Paginator/Enums/ExceptionMessages.php | 2 +- src/Paginator/Enums/Pagination.php | 2 +- src/Paginator/Enums/PaginatorType.php | 2 +- src/Paginator/Exceptions/PaginatorException.php | 2 +- src/Paginator/Factories/PaginatorFactory.php | 2 +- src/Paginator/Paginator.php | 2 +- src/Paginator/Traits/PaginatorTrait.php | 2 +- src/RateLimit/Adapters/FileRateLimitAdapter.php | 2 +- src/RateLimit/Adapters/RedisRateLimitAdapter.php | 2 +- src/RateLimit/Contracts/RateLimitAdapterInterface.php | 2 +- src/RateLimit/Enums/ExceptionMessages.php | 2 +- src/RateLimit/Enums/RateLimitType.php | 2 +- src/RateLimit/Exceptions/RateLimitException.php | 2 +- src/RateLimit/Factories/RateLimiterFactory.php | 2 +- src/RateLimit/RateLimitMiddleware.php | 2 +- src/RateLimit/RateLimiter.php | 2 +- src/Renderer/Adapters/HtmlAdapter.php | 2 +- src/Renderer/Adapters/TwigAdapter.php | 2 +- src/Renderer/Contracts/TemplateRendererInterface.php | 2 +- src/Renderer/Enums/RendererType.php | 2 +- src/Renderer/Exceptions/RendererException.php | 2 +- src/Renderer/Factories/RendererFactory.php | 2 +- src/Renderer/Renderer.php | 2 +- src/ResourceCache/Exceptions/ResourceCacheException.php | 2 +- src/ResourceCache/ViewCache.php | 2 +- src/Router/Enums/ExceptionMessages.php | 2 +- src/Router/Exceptions/RouteException.php | 2 +- src/Router/Helpers/router.php | 2 +- src/Router/MatchedRoute.php | 2 +- src/Router/PatternCompiler.php | 2 +- src/Router/Route.php | 2 +- src/Router/RouteBuilder.php | 2 +- src/Router/RouteCollection.php | 2 +- src/Router/RouteDispatcher.php | 2 +- src/Router/RouteFinder.php | 2 +- src/Service/Exceptions/ServiceException.php | 2 +- src/Service/Factories/ServiceFactory.php | 2 +- src/Service/Helpers/service.php | 2 +- src/Service/Service.php | 2 +- src/Session/Adapters/Database/DatabaseHandler.php | 2 +- src/Session/Adapters/Database/DatabaseSessionAdapter.php | 2 +- src/Session/Adapters/Native/NativeSessionAdapter.php | 2 +- src/Session/Contracts/SessionStorageInterface.php | 2 +- src/Session/Enums/ExceptionMessages.php | 2 +- src/Session/Enums/SessionType.php | 2 +- src/Session/Exceptions/SessionException.php | 2 +- src/Session/Factories/SessionFactory.php | 2 +- src/Session/Helpers/session.php | 2 +- src/Session/Session.php | 2 +- src/Session/Traits/SessionTrait.php | 2 +- src/Storage/Adapters/Dropbox/DropboxApp.php | 2 +- src/Storage/Adapters/Dropbox/DropboxFileSystemAdapter.php | 2 +- src/Storage/Adapters/GoogleDrive/GoogleDriveApp.php | 2 +- .../Adapters/GoogleDrive/GoogleDriveFileSystemAdapter.php | 2 +- src/Storage/Adapters/Local/LocalFileSystemAdapter.php | 2 +- src/Storage/Contracts/CloudAppInterface.php | 2 +- src/Storage/Contracts/FilesystemAdapterInterface.php | 2 +- src/Storage/Contracts/LocalFilesystemAdapterInterface.php | 2 +- src/Storage/Contracts/TokenServiceInterface.php | 2 +- src/Storage/Enums/ExceptionMessages.php | 2 +- src/Storage/Enums/FileSystemType.php | 2 +- src/Storage/Exceptions/FileSystemException.php | 2 +- src/Storage/Exceptions/FileUploadException.php | 2 +- src/Storage/Factories/FileSystemFactory.php | 2 +- src/Storage/FileSystem.php | 2 +- src/Storage/Helpers/fs.php | 2 +- src/Storage/Traits/CloudAppTrait.php | 2 +- src/Storage/UploadedFile.php | 2 +- src/Storage/Uploads/UploadConfigProvider.php | 2 +- src/Storage/Uploads/UploadPolicy.php | 2 +- src/Storage/Uploads/UploadStorage.php | 2 +- src/Tracer/ErrorHandler.php | 2 +- src/Tracer/ExceptionSeverityResolver.php | 2 +- src/Tracer/StackTraceFormatter.php | 2 +- src/Tracer/WebExceptionRenderer.php | 2 +- src/Transformer/Contracts/TransformerInterface.php | 2 +- src/Transformer/Helpers/transformer.php | 2 +- src/Transformer/Transformer.php | 2 +- src/Validation/Rule.php | 2 +- src/Validation/Traits/File.php | 2 +- src/Validation/Traits/General.php | 2 +- src/Validation/Traits/Length.php | 2 +- src/Validation/Traits/Lists.php | 2 +- src/Validation/Traits/Resource.php | 2 +- src/Validation/Traits/Type.php | 2 +- src/Validation/Validator.php | 2 +- src/View/Enums/ExceptionMessages.php | 2 +- src/View/Exceptions/ViewException.php | 2 +- src/View/Factories/ViewFactory.php | 2 +- src/View/Helpers/view.php | 2 +- src/View/RawParam.php | 2 +- src/View/View.php | 2 +- 441 files changed, 441 insertions(+), 441 deletions(-) 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..c977d76f 100644 --- a/src/App/Adapters/AppAdapter.php +++ b/src/App/Adapters/AppAdapter.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/App/Adapters/ConsoleAppAdapter.php b/src/App/Adapters/ConsoleAppAdapter.php index 4a571928..c8e91f6b 100644 --- a/src/App/Adapters/ConsoleAppAdapter.php +++ b/src/App/Adapters/ConsoleAppAdapter.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/App/Adapters/WebAppAdapter.php b/src/App/Adapters/WebAppAdapter.php index 37f05471..789c4145 100644 --- a/src/App/Adapters/WebAppAdapter.php +++ b/src/App/Adapters/WebAppAdapter.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/App/App.php b/src/App/App.php index cf1bf776..f033b6a6 100644 --- a/src/App/App.php +++ b/src/App/App.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/App/AppContext.php b/src/App/AppContext.php index a9d9d06d..1094e499 100644 --- a/src/App/AppContext.php +++ b/src/App/AppContext.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/App/BootPipeline.php b/src/App/BootPipeline.php index 6194838c..4b4e6665 100644 --- a/src/App/BootPipeline.php +++ b/src/App/BootPipeline.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/App/Contracts/AppInterface.php b/src/App/Contracts/AppInterface.php index 20154886..a409191f 100644 --- a/src/App/Contracts/AppInterface.php +++ b/src/App/Contracts/AppInterface.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/App/Contracts/BootStageInterface.php b/src/App/Contracts/BootStageInterface.php index c907490a..e36df77a 100644 --- a/src/App/Contracts/BootStageInterface.php +++ b/src/App/Contracts/BootStageInterface.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/App/Enums/AppType.php b/src/App/Enums/AppType.php index 95b79630..168bea45 100644 --- a/src/App/Enums/AppType.php +++ b/src/App/Enums/AppType.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/App/Enums/ExceptionMessages.php b/src/App/Enums/ExceptionMessages.php index 6bd631d6..6415c049 100644 --- a/src/App/Enums/ExceptionMessages.php +++ b/src/App/Enums/ExceptionMessages.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/App/Enums/ExitCode.php b/src/App/Enums/ExitCode.php index 2d174525..a2d4c0e6 100644 --- a/src/App/Enums/ExitCode.php +++ b/src/App/Enums/ExitCode.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/App/Enums/ReservedKeys.php b/src/App/Enums/ReservedKeys.php index 4cc787b8..eec84a37 100644 --- a/src/App/Enums/ReservedKeys.php +++ b/src/App/Enums/ReservedKeys.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/App/Exceptions/AppException.php b/src/App/Exceptions/AppException.php index edc4a164..f7fcbcd4 100644 --- a/src/App/Exceptions/AppException.php +++ b/src/App/Exceptions/AppException.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/App/Exceptions/BaseException.php b/src/App/Exceptions/BaseException.php index 42a14d1d..ec471863 100644 --- a/src/App/Exceptions/BaseException.php +++ b/src/App/Exceptions/BaseException.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/App/Factories/AppFactory.php b/src/App/Factories/AppFactory.php index e00a1bd3..dee583b1 100644 --- a/src/App/Factories/AppFactory.php +++ b/src/App/Factories/AppFactory.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/App/Helpers/app.php b/src/App/Helpers/app.php index b9f0b274..6c434fa2 100644 --- a/src/App/Helpers/app.php +++ b/src/App/Helpers/app.php @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/App/Helpers/dir.php b/src/App/Helpers/dir.php index f40c169e..4413b380 100644 --- a/src/App/Helpers/dir.php +++ b/src/App/Helpers/dir.php @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/App/Helpers/misc.php b/src/App/Helpers/misc.php index 9cf63e53..786d0aae 100644 --- a/src/App/Helpers/misc.php +++ b/src/App/Helpers/misc.php @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/App/Helpers/uuid.php b/src/App/Helpers/uuid.php index 05b9ca04..6bd6661d 100644 --- a/src/App/Helpers/uuid.php +++ b/src/App/Helpers/uuid.php @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/App/Stages/InitDebuggerStage.php b/src/App/Stages/InitDebuggerStage.php index f194b856..80ed22da 100644 --- a/src/App/Stages/InitDebuggerStage.php +++ b/src/App/Stages/InitDebuggerStage.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/App/Stages/InitHttpStage.php b/src/App/Stages/InitHttpStage.php index 45956bf1..70a233bb 100644 --- a/src/App/Stages/InitHttpStage.php +++ b/src/App/Stages/InitHttpStage.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/App/Stages/LoadAppConfigStage.php b/src/App/Stages/LoadAppConfigStage.php index 49e90b91..eda79084 100644 --- a/src/App/Stages/LoadAppConfigStage.php +++ b/src/App/Stages/LoadAppConfigStage.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/App/Stages/LoadEnvironmentStage.php b/src/App/Stages/LoadEnvironmentStage.php index 7aaa2dab..dbfddaba 100644 --- a/src/App/Stages/LoadEnvironmentStage.php +++ b/src/App/Stages/LoadEnvironmentStage.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/App/Stages/LoadHelpersStage.php b/src/App/Stages/LoadHelpersStage.php index 12b13888..bf424bd2 100644 --- a/src/App/Stages/LoadHelpersStage.php +++ b/src/App/Stages/LoadHelpersStage.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/App/Stages/LoadModulesStage.php b/src/App/Stages/LoadModulesStage.php index 12996b50..33e360c5 100644 --- a/src/App/Stages/LoadModulesStage.php +++ b/src/App/Stages/LoadModulesStage.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/App/Stages/SetupErrorHandlerStage.php b/src/App/Stages/SetupErrorHandlerStage.php index b39a80ed..e2056a27 100644 --- a/src/App/Stages/SetupErrorHandlerStage.php +++ b/src/App/Stages/SetupErrorHandlerStage.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/App/Traits/ConsoleAppTrait.php b/src/App/Traits/ConsoleAppTrait.php index b8207b66..bfdae026 100644 --- a/src/App/Traits/ConsoleAppTrait.php +++ b/src/App/Traits/ConsoleAppTrait.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/App/Traits/WebAppTrait.php b/src/App/Traits/WebAppTrait.php index 1c8d8f64..91132d33 100644 --- a/src/App/Traits/WebAppTrait.php +++ b/src/App/Traits/WebAppTrait.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Archive/Adapters/PharAdapter.php b/src/Archive/Adapters/PharAdapter.php index c9c9a882..d56576d9 100644 --- a/src/Archive/Adapters/PharAdapter.php +++ b/src/Archive/Adapters/PharAdapter.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Archive/Adapters/ZipAdapter.php b/src/Archive/Adapters/ZipAdapter.php index 3129adbf..2d06b0db 100644 --- a/src/Archive/Adapters/ZipAdapter.php +++ b/src/Archive/Adapters/ZipAdapter.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Archive/Archive.php b/src/Archive/Archive.php index 29d9532f..4a9239b9 100644 --- a/src/Archive/Archive.php +++ b/src/Archive/Archive.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Archive/Contracts/ArchiveInterface.php b/src/Archive/Contracts/ArchiveInterface.php index 1686dd5f..2279c91a 100644 --- a/src/Archive/Contracts/ArchiveInterface.php +++ b/src/Archive/Contracts/ArchiveInterface.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Archive/Enums/ArchiveType.php b/src/Archive/Enums/ArchiveType.php index 80ff15f3..f5d1663c 100644 --- a/src/Archive/Enums/ArchiveType.php +++ b/src/Archive/Enums/ArchiveType.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Archive/Enums/ExceptionMessages.php b/src/Archive/Enums/ExceptionMessages.php index 0baaf7a0..d87a9d3a 100644 --- a/src/Archive/Enums/ExceptionMessages.php +++ b/src/Archive/Enums/ExceptionMessages.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Archive/Exceptions/ArchiveException.php b/src/Archive/Exceptions/ArchiveException.php index 8fed6843..d3e48817 100644 --- a/src/Archive/Exceptions/ArchiveException.php +++ b/src/Archive/Exceptions/ArchiveException.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Archive/Factories/ArchiveFactory.php b/src/Archive/Factories/ArchiveFactory.php index 48972202..67cf7de2 100644 --- a/src/Archive/Factories/ArchiveFactory.php +++ b/src/Archive/Factories/ArchiveFactory.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Asset/Asset.php b/src/Asset/Asset.php index 6baec576..0f896136 100644 --- a/src/Asset/Asset.php +++ b/src/Asset/Asset.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Asset/AssetManager.php b/src/Asset/AssetManager.php index aa7aee13..d9d5cbb3 100644 --- a/src/Asset/AssetManager.php +++ b/src/Asset/AssetManager.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Asset/Enums/ExceptionMessages.php b/src/Asset/Enums/ExceptionMessages.php index 14fc5fcd..499deec7 100644 --- a/src/Asset/Enums/ExceptionMessages.php +++ b/src/Asset/Enums/ExceptionMessages.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Asset/Exceptions/AssetException.php b/src/Asset/Exceptions/AssetException.php index ced34eca..94bc8179 100644 --- a/src/Asset/Exceptions/AssetException.php +++ b/src/Asset/Exceptions/AssetException.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Asset/Helpers/asset.php b/src/Asset/Helpers/asset.php index d5923eae..3c36efa0 100644 --- a/src/Asset/Helpers/asset.php +++ b/src/Asset/Helpers/asset.php @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Auth/Adapters/JwtAuthAdapter.php b/src/Auth/Adapters/JwtAuthAdapter.php index 13298214..669b7a21 100644 --- a/src/Auth/Adapters/JwtAuthAdapter.php +++ b/src/Auth/Adapters/JwtAuthAdapter.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Auth/Adapters/SessionAuthAdapter.php b/src/Auth/Adapters/SessionAuthAdapter.php index 31ccf5e1..358e0b3f 100644 --- a/src/Auth/Adapters/SessionAuthAdapter.php +++ b/src/Auth/Adapters/SessionAuthAdapter.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Auth/Auth.php b/src/Auth/Auth.php index f1f4a05a..11b28fd0 100644 --- a/src/Auth/Auth.php +++ b/src/Auth/Auth.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Auth/Contracts/AuthServiceInterface.php b/src/Auth/Contracts/AuthServiceInterface.php index 4c4be74c..5a93112a 100644 --- a/src/Auth/Contracts/AuthServiceInterface.php +++ b/src/Auth/Contracts/AuthServiceInterface.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Auth/Contracts/AuthenticatableInterface.php b/src/Auth/Contracts/AuthenticatableInterface.php index 626cf99f..f5c43fc4 100644 --- a/src/Auth/Contracts/AuthenticatableInterface.php +++ b/src/Auth/Contracts/AuthenticatableInterface.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Auth/Enums/AuthKeys.php b/src/Auth/Enums/AuthKeys.php index b59d6d47..a5253355 100644 --- a/src/Auth/Enums/AuthKeys.php +++ b/src/Auth/Enums/AuthKeys.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Auth/Enums/AuthType.php b/src/Auth/Enums/AuthType.php index b2ea4fa9..301be8e0 100644 --- a/src/Auth/Enums/AuthType.php +++ b/src/Auth/Enums/AuthType.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Auth/Enums/ExceptionMessages.php b/src/Auth/Enums/ExceptionMessages.php index f95d9ad0..669c3383 100644 --- a/src/Auth/Enums/ExceptionMessages.php +++ b/src/Auth/Enums/ExceptionMessages.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Auth/Exceptions/AuthException.php b/src/Auth/Exceptions/AuthException.php index f47d451d..f9b69b09 100644 --- a/src/Auth/Exceptions/AuthException.php +++ b/src/Auth/Exceptions/AuthException.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Auth/Factories/AuthFactory.php b/src/Auth/Factories/AuthFactory.php index 5ea1bd75..3a9a0b16 100644 --- a/src/Auth/Factories/AuthFactory.php +++ b/src/Auth/Factories/AuthFactory.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Auth/Helpers/auth.php b/src/Auth/Helpers/auth.php index cd75ee36..e2644389 100644 --- a/src/Auth/Helpers/auth.php +++ b/src/Auth/Helpers/auth.php @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Auth/Traits/AuthTrait.php b/src/Auth/Traits/AuthTrait.php index faaff53e..3d651b05 100644 --- a/src/Auth/Traits/AuthTrait.php +++ b/src/Auth/Traits/AuthTrait.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Auth/User.php b/src/Auth/User.php index 17f2cde7..ffd472fe 100644 --- a/src/Auth/User.php +++ b/src/Auth/User.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Cache/Adapters/DatabaseAdapter.php b/src/Cache/Adapters/DatabaseAdapter.php index 902fb301..0c884ffe 100644 --- a/src/Cache/Adapters/DatabaseAdapter.php +++ b/src/Cache/Adapters/DatabaseAdapter.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Cache/Adapters/FileAdapter.php b/src/Cache/Adapters/FileAdapter.php index 37525de3..08686dbf 100644 --- a/src/Cache/Adapters/FileAdapter.php +++ b/src/Cache/Adapters/FileAdapter.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Cache/Adapters/MemcachedAdapter.php b/src/Cache/Adapters/MemcachedAdapter.php index eb8a5448..1f982195 100644 --- a/src/Cache/Adapters/MemcachedAdapter.php +++ b/src/Cache/Adapters/MemcachedAdapter.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Cache/Adapters/RedisAdapter.php b/src/Cache/Adapters/RedisAdapter.php index 0b63ab72..d7f28102 100644 --- a/src/Cache/Adapters/RedisAdapter.php +++ b/src/Cache/Adapters/RedisAdapter.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Cache/Cache.php b/src/Cache/Cache.php index 20ce2e14..74ebb1cf 100644 --- a/src/Cache/Cache.php +++ b/src/Cache/Cache.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Cache/Enums/CacheType.php b/src/Cache/Enums/CacheType.php index 6a31f94d..9def14b3 100644 --- a/src/Cache/Enums/CacheType.php +++ b/src/Cache/Enums/CacheType.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Cache/Enums/ExceptionMessages.php b/src/Cache/Enums/ExceptionMessages.php index cf7f58a9..04942326 100644 --- a/src/Cache/Enums/ExceptionMessages.php +++ b/src/Cache/Enums/ExceptionMessages.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Cache/Exceptions/CacheException.php b/src/Cache/Exceptions/CacheException.php index 1ec164fc..d9889593 100644 --- a/src/Cache/Exceptions/CacheException.php +++ b/src/Cache/Exceptions/CacheException.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Cache/Factories/CacheFactory.php b/src/Cache/Factories/CacheFactory.php index 4b62610c..8c3d2ce0 100644 --- a/src/Cache/Factories/CacheFactory.php +++ b/src/Cache/Factories/CacheFactory.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Cache/Helpers/cache.php b/src/Cache/Helpers/cache.php index 164c4e11..9a2d3b2f 100644 --- a/src/Cache/Helpers/cache.php +++ b/src/Cache/Helpers/cache.php @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Cache/Traits/CacheTrait.php b/src/Cache/Traits/CacheTrait.php index b886703a..30f1370c 100644 --- a/src/Cache/Traits/CacheTrait.php +++ b/src/Cache/Traits/CacheTrait.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Captcha/Adapters/HcaptchaAdapter.php b/src/Captcha/Adapters/HcaptchaAdapter.php index 313e170a..6bc1b607 100644 --- a/src/Captcha/Adapters/HcaptchaAdapter.php +++ b/src/Captcha/Adapters/HcaptchaAdapter.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Captcha/Adapters/RecaptchaAdapter.php b/src/Captcha/Adapters/RecaptchaAdapter.php index e7a098c5..f5f7e29d 100644 --- a/src/Captcha/Adapters/RecaptchaAdapter.php +++ b/src/Captcha/Adapters/RecaptchaAdapter.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Captcha/Captcha.php b/src/Captcha/Captcha.php index bbf658f8..1ef244d6 100644 --- a/src/Captcha/Captcha.php +++ b/src/Captcha/Captcha.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Captcha/Contracts/CaptchaInterface.php b/src/Captcha/Contracts/CaptchaInterface.php index 165f111b..70a10f30 100644 --- a/src/Captcha/Contracts/CaptchaInterface.php +++ b/src/Captcha/Contracts/CaptchaInterface.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Captcha/Enums/CaptchaType.php b/src/Captcha/Enums/CaptchaType.php index 9905c663..88d0e09e 100644 --- a/src/Captcha/Enums/CaptchaType.php +++ b/src/Captcha/Enums/CaptchaType.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Captcha/Exceptions/CaptchaException.php b/src/Captcha/Exceptions/CaptchaException.php index 52b0e0e7..62288126 100644 --- a/src/Captcha/Exceptions/CaptchaException.php +++ b/src/Captcha/Exceptions/CaptchaException.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Captcha/Factories/CaptchaFactory.php b/src/Captcha/Factories/CaptchaFactory.php index 57efd335..5b88531c 100644 --- a/src/Captcha/Factories/CaptchaFactory.php +++ b/src/Captcha/Factories/CaptchaFactory.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Captcha/Helpers/captcha.php b/src/Captcha/Helpers/captcha.php index 4a8c05ab..e0d34fee 100644 --- a/src/Captcha/Helpers/captcha.php +++ b/src/Captcha/Helpers/captcha.php @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Captcha/Traits/CaptchaTrait.php b/src/Captcha/Traits/CaptchaTrait.php index 6345e84d..a5a4bb6a 100644 --- a/src/Captcha/Traits/CaptchaTrait.php +++ b/src/Captcha/Traits/CaptchaTrait.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Config/Config.php b/src/Config/Config.php index bf008d7f..87a3e4f1 100644 --- a/src/Config/Config.php +++ b/src/Config/Config.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Config/Contracts/ConfigInterface.php b/src/Config/Contracts/ConfigInterface.php index fbb44195..1e1e259e 100644 --- a/src/Config/Contracts/ConfigInterface.php +++ b/src/Config/Contracts/ConfigInterface.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Config/Enums/ExceptionMessages.php b/src/Config/Enums/ExceptionMessages.php index b918efdd..71497275 100644 --- a/src/Config/Enums/ExceptionMessages.php +++ b/src/Config/Enums/ExceptionMessages.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Config/Exceptions/ConfigException.php b/src/Config/Exceptions/ConfigException.php index b40910df..1d42fa4a 100644 --- a/src/Config/Exceptions/ConfigException.php +++ b/src/Config/Exceptions/ConfigException.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Config/Helpers/config.php b/src/Config/Helpers/config.php index a039f587..8b514bbb 100644 --- a/src/Config/Helpers/config.php +++ b/src/Config/Helpers/config.php @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Console/CliCommand.php b/src/Console/CliCommand.php index 4a6e20b4..ae15361f 100644 --- a/src/Console/CliCommand.php +++ b/src/Console/CliCommand.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Console/CommandDiscovery.php b/src/Console/CommandDiscovery.php index 0d2ff0c2..3018c235 100644 --- a/src/Console/CommandDiscovery.php +++ b/src/Console/CommandDiscovery.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Console/Commands/CronRunCommand.php b/src/Console/Commands/CronRunCommand.php index ebb1b1e6..0f3e7a71 100644 --- a/src/Console/Commands/CronRunCommand.php +++ b/src/Console/Commands/CronRunCommand.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Console/Commands/DebugBarCommand.php b/src/Console/Commands/DebugBarCommand.php index 38c382ed..03f32361 100644 --- a/src/Console/Commands/DebugBarCommand.php +++ b/src/Console/Commands/DebugBarCommand.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Console/Commands/EnvCommand.php b/src/Console/Commands/EnvCommand.php index 69c22efc..eba436d7 100644 --- a/src/Console/Commands/EnvCommand.php +++ b/src/Console/Commands/EnvCommand.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Console/Commands/InstallToolkitCommand.php b/src/Console/Commands/InstallToolkitCommand.php index f394abba..d4a08686 100644 --- a/src/Console/Commands/InstallToolkitCommand.php +++ b/src/Console/Commands/InstallToolkitCommand.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Console/Commands/KeyGenerateCommand.php b/src/Console/Commands/KeyGenerateCommand.php index ce2dc50a..553bf4c6 100644 --- a/src/Console/Commands/KeyGenerateCommand.php +++ b/src/Console/Commands/KeyGenerateCommand.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Console/Commands/MigrationGenerateCommand.php b/src/Console/Commands/MigrationGenerateCommand.php index 3f386aa9..49169c32 100644 --- a/src/Console/Commands/MigrationGenerateCommand.php +++ b/src/Console/Commands/MigrationGenerateCommand.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Console/Commands/MigrationMigrateCommand.php b/src/Console/Commands/MigrationMigrateCommand.php index b9237955..e9ec483b 100644 --- a/src/Console/Commands/MigrationMigrateCommand.php +++ b/src/Console/Commands/MigrationMigrateCommand.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Console/Commands/ModuleGenerateCommand.php b/src/Console/Commands/ModuleGenerateCommand.php index 8c9b5d64..2d7f14d0 100644 --- a/src/Console/Commands/ModuleGenerateCommand.php +++ b/src/Console/Commands/ModuleGenerateCommand.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Console/Commands/OpenApiCommand.php b/src/Console/Commands/OpenApiCommand.php index 4821b730..5f5b6914 100644 --- a/src/Console/Commands/OpenApiCommand.php +++ b/src/Console/Commands/OpenApiCommand.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Console/Commands/ResourceCacheClearCommand.php b/src/Console/Commands/ResourceCacheClearCommand.php index 2401f505..db7c7641 100644 --- a/src/Console/Commands/ResourceCacheClearCommand.php +++ b/src/Console/Commands/ResourceCacheClearCommand.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Console/Commands/RouteListCommand.php b/src/Console/Commands/RouteListCommand.php index a87f7300..fd5c620d 100644 --- a/src/Console/Commands/RouteListCommand.php +++ b/src/Console/Commands/RouteListCommand.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Console/Commands/ServeCommand.php b/src/Console/Commands/ServeCommand.php index 84b48abc..483f1d74 100644 --- a/src/Console/Commands/ServeCommand.php +++ b/src/Console/Commands/ServeCommand.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Console/Commands/VersionCommand.php b/src/Console/Commands/VersionCommand.php index ac762efa..1b21d12e 100644 --- a/src/Console/Commands/VersionCommand.php +++ b/src/Console/Commands/VersionCommand.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Console/Contracts/CommandInterface.php b/src/Console/Contracts/CommandInterface.php index e6248f29..eb287d5b 100644 --- a/src/Console/Contracts/CommandInterface.php +++ b/src/Console/Contracts/CommandInterface.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Cookie/Contracts/CookieStorageInterface.php b/src/Cookie/Contracts/CookieStorageInterface.php index 6058f12d..9c46f135 100644 --- a/src/Cookie/Contracts/CookieStorageInterface.php +++ b/src/Cookie/Contracts/CookieStorageInterface.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Cookie/Cookie.php b/src/Cookie/Cookie.php index bc45c1a3..44399f65 100644 --- a/src/Cookie/Cookie.php +++ b/src/Cookie/Cookie.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Cookie/Helpers/cookie.php b/src/Cookie/Helpers/cookie.php index 5e72a212..75d82cdd 100644 --- a/src/Cookie/Helpers/cookie.php +++ b/src/Cookie/Helpers/cookie.php @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Cron/Contracts/CronTaskInterface.php b/src/Cron/Contracts/CronTaskInterface.php index efb9ff7c..403e41a5 100644 --- a/src/Cron/Contracts/CronTaskInterface.php +++ b/src/Cron/Contracts/CronTaskInterface.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Cron/CronManager.php b/src/Cron/CronManager.php index 87275b93..2edead89 100644 --- a/src/Cron/CronManager.php +++ b/src/Cron/CronManager.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Cron/CronTask.php b/src/Cron/CronTask.php index efa9ad4a..fabd9d23 100644 --- a/src/Cron/CronTask.php +++ b/src/Cron/CronTask.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Cron/Enums/ExceptionMessages.php b/src/Cron/Enums/ExceptionMessages.php index 3c4e69a4..7b497d01 100644 --- a/src/Cron/Enums/ExceptionMessages.php +++ b/src/Cron/Enums/ExceptionMessages.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Cron/Exceptions/CronException.php b/src/Cron/Exceptions/CronException.php index e4330649..211fc0e9 100644 --- a/src/Cron/Exceptions/CronException.php +++ b/src/Cron/Exceptions/CronException.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Cron/Helpers/cron.php b/src/Cron/Helpers/cron.php index b83d57f6..f5bc161e 100644 --- a/src/Cron/Helpers/cron.php +++ b/src/Cron/Helpers/cron.php @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Cron/Schedule.php b/src/Cron/Schedule.php index b4a584ba..be715785 100644 --- a/src/Cron/Schedule.php +++ b/src/Cron/Schedule.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Csrf/Csrf.php b/src/Csrf/Csrf.php index 5c47589e..38c1d730 100644 --- a/src/Csrf/Csrf.php +++ b/src/Csrf/Csrf.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Csrf/Enums/ExceptionMessages.php b/src/Csrf/Enums/ExceptionMessages.php index d3937b8d..95c0f7cb 100644 --- a/src/Csrf/Enums/ExceptionMessages.php +++ b/src/Csrf/Enums/ExceptionMessages.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Csrf/Exceptions/CsrfException.php b/src/Csrf/Exceptions/CsrfException.php index 189f0309..8b316590 100644 --- a/src/Csrf/Exceptions/CsrfException.php +++ b/src/Csrf/Exceptions/CsrfException.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Csrf/Helpers/csrf.php b/src/Csrf/Helpers/csrf.php index 9047e57d..97aae6a9 100644 --- a/src/Csrf/Helpers/csrf.php +++ b/src/Csrf/Helpers/csrf.php @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Database/Adapters/Idiorm/IdiormDbal.php b/src/Database/Adapters/Idiorm/IdiormDbal.php index 05656422..f1063284 100644 --- a/src/Database/Adapters/Idiorm/IdiormDbal.php +++ b/src/Database/Adapters/Idiorm/IdiormDbal.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Database/Adapters/Idiorm/IdiormPatch.php b/src/Database/Adapters/Idiorm/IdiormPatch.php index 3bca280c..49af6428 100644 --- a/src/Database/Adapters/Idiorm/IdiormPatch.php +++ b/src/Database/Adapters/Idiorm/IdiormPatch.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Database/Adapters/Idiorm/Statements/Criteria.php b/src/Database/Adapters/Idiorm/Statements/Criteria.php index a24a905e..aa5ccb9d 100644 --- a/src/Database/Adapters/Idiorm/Statements/Criteria.php +++ b/src/Database/Adapters/Idiorm/Statements/Criteria.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Database/Adapters/Idiorm/Statements/Join.php b/src/Database/Adapters/Idiorm/Statements/Join.php index a366c078..3cc05578 100644 --- a/src/Database/Adapters/Idiorm/Statements/Join.php +++ b/src/Database/Adapters/Idiorm/Statements/Join.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Database/Adapters/Idiorm/Statements/Model.php b/src/Database/Adapters/Idiorm/Statements/Model.php index 175762a1..5d55377f 100644 --- a/src/Database/Adapters/Idiorm/Statements/Model.php +++ b/src/Database/Adapters/Idiorm/Statements/Model.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Database/Adapters/Idiorm/Statements/Query.php b/src/Database/Adapters/Idiorm/Statements/Query.php index db553b5c..ae724f89 100644 --- a/src/Database/Adapters/Idiorm/Statements/Query.php +++ b/src/Database/Adapters/Idiorm/Statements/Query.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Database/Adapters/Idiorm/Statements/Reducer.php b/src/Database/Adapters/Idiorm/Statements/Reducer.php index 83edf073..cd79e509 100644 --- a/src/Database/Adapters/Idiorm/Statements/Reducer.php +++ b/src/Database/Adapters/Idiorm/Statements/Reducer.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Database/Adapters/Idiorm/Statements/Result.php b/src/Database/Adapters/Idiorm/Statements/Result.php index 01fb1071..c50d37ad 100644 --- a/src/Database/Adapters/Idiorm/Statements/Result.php +++ b/src/Database/Adapters/Idiorm/Statements/Result.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Database/Adapters/Idiorm/Statements/Transaction.php b/src/Database/Adapters/Idiorm/Statements/Transaction.php index e477f37d..5fd63a7a 100644 --- a/src/Database/Adapters/Idiorm/Statements/Transaction.php +++ b/src/Database/Adapters/Idiorm/Statements/Transaction.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Database/Adapters/Sleekdb/SleekDbal.php b/src/Database/Adapters/Sleekdb/SleekDbal.php index 539866f5..83f01521 100644 --- a/src/Database/Adapters/Sleekdb/SleekDbal.php +++ b/src/Database/Adapters/Sleekdb/SleekDbal.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Database/Adapters/Sleekdb/Statements/Criteria.php b/src/Database/Adapters/Sleekdb/Statements/Criteria.php index 628dc7c9..b6eb3cf4 100644 --- a/src/Database/Adapters/Sleekdb/Statements/Criteria.php +++ b/src/Database/Adapters/Sleekdb/Statements/Criteria.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Database/Adapters/Sleekdb/Statements/Join.php b/src/Database/Adapters/Sleekdb/Statements/Join.php index 89639722..da9ced78 100644 --- a/src/Database/Adapters/Sleekdb/Statements/Join.php +++ b/src/Database/Adapters/Sleekdb/Statements/Join.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Database/Adapters/Sleekdb/Statements/Model.php b/src/Database/Adapters/Sleekdb/Statements/Model.php index 46496aa7..f3ddd415 100644 --- a/src/Database/Adapters/Sleekdb/Statements/Model.php +++ b/src/Database/Adapters/Sleekdb/Statements/Model.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Database/Adapters/Sleekdb/Statements/Reducer.php b/src/Database/Adapters/Sleekdb/Statements/Reducer.php index 6c4384a2..84f436c0 100644 --- a/src/Database/Adapters/Sleekdb/Statements/Reducer.php +++ b/src/Database/Adapters/Sleekdb/Statements/Reducer.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Database/Adapters/Sleekdb/Statements/RelatedCriteria.php b/src/Database/Adapters/Sleekdb/Statements/RelatedCriteria.php index 98364a7d..9de49094 100644 --- a/src/Database/Adapters/Sleekdb/Statements/RelatedCriteria.php +++ b/src/Database/Adapters/Sleekdb/Statements/RelatedCriteria.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Database/Adapters/Sleekdb/Statements/Result.php b/src/Database/Adapters/Sleekdb/Statements/Result.php index 60866004..b446e0f3 100644 --- a/src/Database/Adapters/Sleekdb/Statements/Result.php +++ b/src/Database/Adapters/Sleekdb/Statements/Result.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Database/Contracts/DbalInterface.php b/src/Database/Contracts/DbalInterface.php index e6709cf7..bf2f422a 100644 --- a/src/Database/Contracts/DbalInterface.php +++ b/src/Database/Contracts/DbalInterface.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Database/Contracts/RelationalInterface.php b/src/Database/Contracts/RelationalInterface.php index 9bab58ca..003bd636 100644 --- a/src/Database/Contracts/RelationalInterface.php +++ b/src/Database/Contracts/RelationalInterface.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Database/Database.php b/src/Database/Database.php index 0b6c2c1a..9b857bcd 100644 --- a/src/Database/Database.php +++ b/src/Database/Database.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Database/Enums/DatabaseType.php b/src/Database/Enums/DatabaseType.php index 4bd336cd..b0614b27 100644 --- a/src/Database/Enums/DatabaseType.php +++ b/src/Database/Enums/DatabaseType.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Database/Enums/ExceptionMessages.php b/src/Database/Enums/ExceptionMessages.php index 9728553f..462b855d 100644 --- a/src/Database/Enums/ExceptionMessages.php +++ b/src/Database/Enums/ExceptionMessages.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Database/Enums/Key.php b/src/Database/Enums/Key.php index 8d3d9c23..6d756356 100644 --- a/src/Database/Enums/Key.php +++ b/src/Database/Enums/Key.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Database/Enums/Relation.php b/src/Database/Enums/Relation.php index 77c7e978..76dfc0a5 100644 --- a/src/Database/Enums/Relation.php +++ b/src/Database/Enums/Relation.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Database/Enums/Type.php b/src/Database/Enums/Type.php index be1b2b0f..db12d755 100644 --- a/src/Database/Enums/Type.php +++ b/src/Database/Enums/Type.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Database/Exceptions/DatabaseException.php b/src/Database/Exceptions/DatabaseException.php index 73923707..31d266ed 100644 --- a/src/Database/Exceptions/DatabaseException.php +++ b/src/Database/Exceptions/DatabaseException.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Database/Factories/TableFactory.php b/src/Database/Factories/TableFactory.php index 8439f250..c2d61ccd 100644 --- a/src/Database/Factories/TableFactory.php +++ b/src/Database/Factories/TableFactory.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Database/Helpers/db.php b/src/Database/Helpers/db.php index cd8e4fd5..0333d56c 100644 --- a/src/Database/Helpers/db.php +++ b/src/Database/Helpers/db.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Database/Schemas/Column.php b/src/Database/Schemas/Column.php index c9051294..9730976b 100644 --- a/src/Database/Schemas/Column.php +++ b/src/Database/Schemas/Column.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Database/Schemas/Table.php b/src/Database/Schemas/Table.php index 9b5a8f6c..645ceaa8 100644 --- a/src/Database/Schemas/Table.php +++ b/src/Database/Schemas/Table.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Database/Traits/RelationalTrait.php b/src/Database/Traits/RelationalTrait.php index 0ffe98f9..af772e88 100644 --- a/src/Database/Traits/RelationalTrait.php +++ b/src/Database/Traits/RelationalTrait.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Database/Traits/TableTrait.php b/src/Database/Traits/TableTrait.php index 41e2290a..d2e69f9a 100644 --- a/src/Database/Traits/TableTrait.php +++ b/src/Database/Traits/TableTrait.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Database/Traits/TransactionTrait.php b/src/Database/Traits/TransactionTrait.php index e82114dd..baacaa3b 100644 --- a/src/Database/Traits/TransactionTrait.php +++ b/src/Database/Traits/TransactionTrait.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Debugger/Contracts/DebuggerStoreInterface.php b/src/Debugger/Contracts/DebuggerStoreInterface.php index c856d4f5..df2d87df 100644 --- a/src/Debugger/Contracts/DebuggerStoreInterface.php +++ b/src/Debugger/Contracts/DebuggerStoreInterface.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Debugger/Debugger.php b/src/Debugger/Debugger.php index c4162707..e9bf8780 100644 --- a/src/Debugger/Debugger.php +++ b/src/Debugger/Debugger.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Debugger/DebuggerStore.php b/src/Debugger/DebuggerStore.php index de88dde1..f342ee0c 100644 --- a/src/Debugger/DebuggerStore.php +++ b/src/Debugger/DebuggerStore.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Debugger/Helpers/debugger.php b/src/Debugger/Helpers/debugger.php index 4de47c79..dcc2391b 100644 --- a/src/Debugger/Helpers/debugger.php +++ b/src/Debugger/Helpers/debugger.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Di/Di.php b/src/Di/Di.php index bb2aab9f..e0845ff9 100644 --- a/src/Di/Di.php +++ b/src/Di/Di.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Di/DiContainer.php b/src/Di/DiContainer.php index 51fd4746..f63c31d1 100644 --- a/src/Di/DiContainer.php +++ b/src/Di/DiContainer.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Di/DiRegistry.php b/src/Di/DiRegistry.php index 7c7822e4..53924e0c 100644 --- a/src/Di/DiRegistry.php +++ b/src/Di/DiRegistry.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Di/Enums/ExceptionMessages.php b/src/Di/Enums/ExceptionMessages.php index 8db95119..9a14127e 100644 --- a/src/Di/Enums/ExceptionMessages.php +++ b/src/Di/Enums/ExceptionMessages.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Di/Exceptions/DiException.php b/src/Di/Exceptions/DiException.php index 034c3e45..4e29fba5 100644 --- a/src/Di/Exceptions/DiException.php +++ b/src/Di/Exceptions/DiException.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Encryption/Adapters/AsymmetricEncryptionAdapter.php b/src/Encryption/Adapters/AsymmetricEncryptionAdapter.php index 0953e500..71f9bc8c 100644 --- a/src/Encryption/Adapters/AsymmetricEncryptionAdapter.php +++ b/src/Encryption/Adapters/AsymmetricEncryptionAdapter.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Encryption/Adapters/SymmetricEncryptionAdapter.php b/src/Encryption/Adapters/SymmetricEncryptionAdapter.php index 2596000e..77106b34 100644 --- a/src/Encryption/Adapters/SymmetricEncryptionAdapter.php +++ b/src/Encryption/Adapters/SymmetricEncryptionAdapter.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Encryption/Contracts/EncryptionInterface.php b/src/Encryption/Contracts/EncryptionInterface.php index cbe8b763..4dc6e181 100644 --- a/src/Encryption/Contracts/EncryptionInterface.php +++ b/src/Encryption/Contracts/EncryptionInterface.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Encryption/Cryptor.php b/src/Encryption/Cryptor.php index 5a42a9e3..fb1f0010 100644 --- a/src/Encryption/Cryptor.php +++ b/src/Encryption/Cryptor.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Encryption/Enums/CryptorType.php b/src/Encryption/Enums/CryptorType.php index eee09972..dfe243e6 100644 --- a/src/Encryption/Enums/CryptorType.php +++ b/src/Encryption/Enums/CryptorType.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Encryption/Enums/ExceptionMessages.php b/src/Encryption/Enums/ExceptionMessages.php index 71afc6ca..95434783 100644 --- a/src/Encryption/Enums/ExceptionMessages.php +++ b/src/Encryption/Enums/ExceptionMessages.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Encryption/Exceptions/CryptorException.php b/src/Encryption/Exceptions/CryptorException.php index 81008ff2..f3ba39c2 100644 --- a/src/Encryption/Exceptions/CryptorException.php +++ b/src/Encryption/Exceptions/CryptorException.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Encryption/Factories/CryptorFactory.php b/src/Encryption/Factories/CryptorFactory.php index 6a9609e5..76721d85 100644 --- a/src/Encryption/Factories/CryptorFactory.php +++ b/src/Encryption/Factories/CryptorFactory.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Encryption/Helpers/encryption.php b/src/Encryption/Helpers/encryption.php index 39b9bdef..fcab3d77 100644 --- a/src/Encryption/Helpers/encryption.php +++ b/src/Encryption/Helpers/encryption.php @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Environment/Enums/Env.php b/src/Environment/Enums/Env.php index 9d926ff2..33c595f7 100644 --- a/src/Environment/Enums/Env.php +++ b/src/Environment/Enums/Env.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Environment/Enums/ExceptionMessages.php b/src/Environment/Enums/ExceptionMessages.php index 1f138a58..2684a67d 100644 --- a/src/Environment/Enums/ExceptionMessages.php +++ b/src/Environment/Enums/ExceptionMessages.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Environment/Environment.php b/src/Environment/Environment.php index eaf6628e..92399f62 100644 --- a/src/Environment/Environment.php +++ b/src/Environment/Environment.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Environment/Exceptions/EnvException.php b/src/Environment/Exceptions/EnvException.php index 1d98a5a1..1408bef4 100644 --- a/src/Environment/Exceptions/EnvException.php +++ b/src/Environment/Exceptions/EnvException.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Environment/Helpers/env.php b/src/Environment/Helpers/env.php index ed396793..70b84fc5 100644 --- a/src/Environment/Helpers/env.php +++ b/src/Environment/Helpers/env.php @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Environment/Helpers/server.php b/src/Environment/Helpers/server.php index f8486b80..8817bcf0 100644 --- a/src/Environment/Helpers/server.php +++ b/src/Environment/Helpers/server.php @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Environment/Server.php b/src/Environment/Server.php index 5128cd62..c616294c 100644 --- a/src/Environment/Server.php +++ b/src/Environment/Server.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Hasher/Enums/ExceptionMessages.php b/src/Hasher/Enums/ExceptionMessages.php index 4721d90a..1100a182 100644 --- a/src/Hasher/Enums/ExceptionMessages.php +++ b/src/Hasher/Enums/ExceptionMessages.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Hasher/Exceptions/HasherException.php b/src/Hasher/Exceptions/HasherException.php index 86715676..60fe4d88 100644 --- a/src/Hasher/Exceptions/HasherException.php +++ b/src/Hasher/Exceptions/HasherException.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Hasher/Hasher.php b/src/Hasher/Hasher.php index 883c40f1..02f17429 100644 --- a/src/Hasher/Hasher.php +++ b/src/Hasher/Hasher.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Hook/Enums/ExceptionMessages.php b/src/Hook/Enums/ExceptionMessages.php index aeb551f9..280a6270 100644 --- a/src/Hook/Enums/ExceptionMessages.php +++ b/src/Hook/Enums/ExceptionMessages.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Hook/Exceptions/HookException.php b/src/Hook/Exceptions/HookException.php index 9014b11c..a912fc97 100644 --- a/src/Hook/Exceptions/HookException.php +++ b/src/Hook/Exceptions/HookException.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Hook/Helpers/hook.php b/src/Hook/Helpers/hook.php index 709d283e..c12831ef 100644 --- a/src/Hook/Helpers/hook.php +++ b/src/Hook/Helpers/hook.php @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Hook/HookManager.php b/src/Hook/HookManager.php index 11f3c54f..1d6f5c4f 100644 --- a/src/Hook/HookManager.php +++ b/src/Hook/HookManager.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Http/Enums/ContentType.php b/src/Http/Enums/ContentType.php index 3c0677c4..ca623014 100644 --- a/src/Http/Enums/ContentType.php +++ b/src/Http/Enums/ContentType.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Http/Enums/StatusCode.php b/src/Http/Enums/StatusCode.php index b33c9d69..3c62c229 100644 --- a/src/Http/Enums/StatusCode.php +++ b/src/Http/Enums/StatusCode.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Http/Exceptions/HttpException.php b/src/Http/Exceptions/HttpException.php index e6e786b6..2efac0fd 100644 --- a/src/Http/Exceptions/HttpException.php +++ b/src/Http/Exceptions/HttpException.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Http/Helpers/http.php b/src/Http/Helpers/http.php index 427a1919..090cbe81 100644 --- a/src/Http/Helpers/http.php +++ b/src/Http/Helpers/http.php @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Http/Request.php b/src/Http/Request.php index c32a2d75..6fc5d959 100644 --- a/src/Http/Request.php +++ b/src/Http/Request.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Http/Response.php b/src/Http/Response.php index 5a452b35..897b2364 100644 --- a/src/Http/Response.php +++ b/src/Http/Response.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Http/Traits/Request/Body.php b/src/Http/Traits/Request/Body.php index 3678c29c..f548bb9b 100644 --- a/src/Http/Traits/Request/Body.php +++ b/src/Http/Traits/Request/Body.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Http/Traits/Request/File.php b/src/Http/Traits/Request/File.php index 703efd46..bcff90f7 100644 --- a/src/Http/Traits/Request/File.php +++ b/src/Http/Traits/Request/File.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Http/Traits/Request/Header.php b/src/Http/Traits/Request/Header.php index aa0b12b3..e544ebd0 100644 --- a/src/Http/Traits/Request/Header.php +++ b/src/Http/Traits/Request/Header.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Http/Traits/Request/Internal.php b/src/Http/Traits/Request/Internal.php index 156c1e2f..de1b88df 100644 --- a/src/Http/Traits/Request/Internal.php +++ b/src/Http/Traits/Request/Internal.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Http/Traits/Request/Params.php b/src/Http/Traits/Request/Params.php index e1a8be60..a471f471 100644 --- a/src/Http/Traits/Request/Params.php +++ b/src/Http/Traits/Request/Params.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Http/Traits/Request/Query.php b/src/Http/Traits/Request/Query.php index f3408ad2..9288df7b 100644 --- a/src/Http/Traits/Request/Query.php +++ b/src/Http/Traits/Request/Query.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Http/Traits/Request/RawInput.php b/src/Http/Traits/Request/RawInput.php index 9c5707c3..e29ef09a 100644 --- a/src/Http/Traits/Request/RawInput.php +++ b/src/Http/Traits/Request/RawInput.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Http/Traits/Request/Route.php b/src/Http/Traits/Request/Route.php index cafe2299..863b8a08 100644 --- a/src/Http/Traits/Request/Route.php +++ b/src/Http/Traits/Request/Route.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Http/Traits/Request/Url.php b/src/Http/Traits/Request/Url.php index f91ac037..debb9dd6 100644 --- a/src/Http/Traits/Request/Url.php +++ b/src/Http/Traits/Request/Url.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Http/Traits/Response/Body.php b/src/Http/Traits/Response/Body.php index e2ff5aad..d7811e7c 100644 --- a/src/Http/Traits/Response/Body.php +++ b/src/Http/Traits/Response/Body.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Http/Traits/Response/Header.php b/src/Http/Traits/Response/Header.php index ba29cf4a..f1d76512 100644 --- a/src/Http/Traits/Response/Header.php +++ b/src/Http/Traits/Response/Header.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Http/Traits/Response/Status.php b/src/Http/Traits/Response/Status.php index 55a645ca..89aa613a 100644 --- a/src/Http/Traits/Response/Status.php +++ b/src/Http/Traits/Response/Status.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/HttpClient/Enums/ExceptionMessages.php b/src/HttpClient/Enums/ExceptionMessages.php index 3cb61ede..8a445444 100644 --- a/src/HttpClient/Enums/ExceptionMessages.php +++ b/src/HttpClient/Enums/ExceptionMessages.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/HttpClient/Exceptions/HttpClientException.php b/src/HttpClient/Exceptions/HttpClientException.php index 7dbff486..c94643be 100644 --- a/src/HttpClient/Exceptions/HttpClientException.php +++ b/src/HttpClient/Exceptions/HttpClientException.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/HttpClient/HttpClient.php b/src/HttpClient/HttpClient.php index 9125ec10..57765eaa 100644 --- a/src/HttpClient/HttpClient.php +++ b/src/HttpClient/HttpClient.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Jwt/Enums/ExceptionMessages.php b/src/Jwt/Enums/ExceptionMessages.php index d382c730..8517911a 100644 --- a/src/Jwt/Enums/ExceptionMessages.php +++ b/src/Jwt/Enums/ExceptionMessages.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Jwt/Exceptions/JwtException.php b/src/Jwt/Exceptions/JwtException.php index cbbb9e5e..d831e795 100644 --- a/src/Jwt/Exceptions/JwtException.php +++ b/src/Jwt/Exceptions/JwtException.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Jwt/JwtToken.php b/src/Jwt/JwtToken.php index f97bcfb5..cbe03bec 100644 --- a/src/Jwt/JwtToken.php +++ b/src/Jwt/JwtToken.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Lang/Enums/ExceptionMessages.php b/src/Lang/Enums/ExceptionMessages.php index 26e918bd..f8cb6cf9 100644 --- a/src/Lang/Enums/ExceptionMessages.php +++ b/src/Lang/Enums/ExceptionMessages.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Lang/Exceptions/LangException.php b/src/Lang/Exceptions/LangException.php index 9b7b7269..c8233282 100644 --- a/src/Lang/Exceptions/LangException.php +++ b/src/Lang/Exceptions/LangException.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Lang/Factories/LangFactory.php b/src/Lang/Factories/LangFactory.php index 9ecf74dc..9f55bf0e 100644 --- a/src/Lang/Factories/LangFactory.php +++ b/src/Lang/Factories/LangFactory.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Lang/Helpers/lang.php b/src/Lang/Helpers/lang.php index c0fef012..abb66f99 100644 --- a/src/Lang/Helpers/lang.php +++ b/src/Lang/Helpers/lang.php @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Lang/Lang.php b/src/Lang/Lang.php index f8380a3a..3ee64f42 100644 --- a/src/Lang/Lang.php +++ b/src/Lang/Lang.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Lang/Translator.php b/src/Lang/Translator.php index e8f77cc3..d970edc1 100644 --- a/src/Lang/Translator.php +++ b/src/Lang/Translator.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Loader/Exceptions/LoaderException.php b/src/Loader/Exceptions/LoaderException.php index 8c4e5298..6cdbbfa6 100644 --- a/src/Loader/Exceptions/LoaderException.php +++ b/src/Loader/Exceptions/LoaderException.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Loader/Loader.php b/src/Loader/Loader.php index 83eeae5f..c9c492c3 100644 --- a/src/Loader/Loader.php +++ b/src/Loader/Loader.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Loader/Setup.php b/src/Loader/Setup.php index 30bcc00a..bcd0d5da 100644 --- a/src/Loader/Setup.php +++ b/src/Loader/Setup.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Logger/Adapters/DailyAdapter.php b/src/Logger/Adapters/DailyAdapter.php index bb9ac97b..b8c6e98d 100644 --- a/src/Logger/Adapters/DailyAdapter.php +++ b/src/Logger/Adapters/DailyAdapter.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Logger/Adapters/MessageAdapter.php b/src/Logger/Adapters/MessageAdapter.php index 27a3f9cd..a19384e6 100644 --- a/src/Logger/Adapters/MessageAdapter.php +++ b/src/Logger/Adapters/MessageAdapter.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Logger/Adapters/SingleAdapter.php b/src/Logger/Adapters/SingleAdapter.php index 2d042a7a..f85d9ce5 100644 --- a/src/Logger/Adapters/SingleAdapter.php +++ b/src/Logger/Adapters/SingleAdapter.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Logger/Contracts/ReportableInterface.php b/src/Logger/Contracts/ReportableInterface.php index 5f5da163..0816c980 100644 --- a/src/Logger/Contracts/ReportableInterface.php +++ b/src/Logger/Contracts/ReportableInterface.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Logger/Enums/ExceptionMessages.php b/src/Logger/Enums/ExceptionMessages.php index 245b0949..0b36864e 100644 --- a/src/Logger/Enums/ExceptionMessages.php +++ b/src/Logger/Enums/ExceptionMessages.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Logger/Enums/LoggerType.php b/src/Logger/Enums/LoggerType.php index e6a9d8ef..db9d5a66 100644 --- a/src/Logger/Enums/LoggerType.php +++ b/src/Logger/Enums/LoggerType.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Logger/Exceptions/LoggerException.php b/src/Logger/Exceptions/LoggerException.php index cf730358..fa845785 100644 --- a/src/Logger/Exceptions/LoggerException.php +++ b/src/Logger/Exceptions/LoggerException.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Logger/Factories/LoggerFactory.php b/src/Logger/Factories/LoggerFactory.php index b8884c5e..f494040b 100644 --- a/src/Logger/Factories/LoggerFactory.php +++ b/src/Logger/Factories/LoggerFactory.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Logger/Helpers/logger.php b/src/Logger/Helpers/logger.php index 4131900d..1ba2036a 100644 --- a/src/Logger/Helpers/logger.php +++ b/src/Logger/Helpers/logger.php @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Logger/Logger.php b/src/Logger/Logger.php index bf1bd95f..b1b99ee9 100644 --- a/src/Logger/Logger.php +++ b/src/Logger/Logger.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Logger/LoggerConfig.php b/src/Logger/LoggerConfig.php index 4079bf4b..9333db11 100644 --- a/src/Logger/LoggerConfig.php +++ b/src/Logger/LoggerConfig.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Logger/Traits/LoggerTrait.php b/src/Logger/Traits/LoggerTrait.php index 593017b2..0e48bd7b 100644 --- a/src/Logger/Traits/LoggerTrait.php +++ b/src/Logger/Traits/LoggerTrait.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Mailer/Adapters/MailgunAdapter.php b/src/Mailer/Adapters/MailgunAdapter.php index 1ae1c762..ce09878b 100644 --- a/src/Mailer/Adapters/MailgunAdapter.php +++ b/src/Mailer/Adapters/MailgunAdapter.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Mailer/Adapters/MandrillAdapter.php b/src/Mailer/Adapters/MandrillAdapter.php index e34b3400..80126f90 100644 --- a/src/Mailer/Adapters/MandrillAdapter.php +++ b/src/Mailer/Adapters/MandrillAdapter.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Mailer/Adapters/ResendAdapter.php b/src/Mailer/Adapters/ResendAdapter.php index 50c4bce7..71cf77a8 100644 --- a/src/Mailer/Adapters/ResendAdapter.php +++ b/src/Mailer/Adapters/ResendAdapter.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Mailer/Adapters/SendgridAdapter.php b/src/Mailer/Adapters/SendgridAdapter.php index 7e4e0a9b..13087c19 100644 --- a/src/Mailer/Adapters/SendgridAdapter.php +++ b/src/Mailer/Adapters/SendgridAdapter.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Mailer/Adapters/SendinblueAdapter.php b/src/Mailer/Adapters/SendinblueAdapter.php index 0ee1f30b..2f11db4e 100644 --- a/src/Mailer/Adapters/SendinblueAdapter.php +++ b/src/Mailer/Adapters/SendinblueAdapter.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Mailer/Adapters/SmtpAdapter.php b/src/Mailer/Adapters/SmtpAdapter.php index fba99171..36b4b3ba 100644 --- a/src/Mailer/Adapters/SmtpAdapter.php +++ b/src/Mailer/Adapters/SmtpAdapter.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Mailer/Contracts/MailerInterface.php b/src/Mailer/Contracts/MailerInterface.php index 46e9aab9..f6820177 100644 --- a/src/Mailer/Contracts/MailerInterface.php +++ b/src/Mailer/Contracts/MailerInterface.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Mailer/Enums/MailerType.php b/src/Mailer/Enums/MailerType.php index 4cd538a8..96e350a8 100644 --- a/src/Mailer/Enums/MailerType.php +++ b/src/Mailer/Enums/MailerType.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Mailer/Exceptions/MailerException.php b/src/Mailer/Exceptions/MailerException.php index 841783d5..f67144dc 100644 --- a/src/Mailer/Exceptions/MailerException.php +++ b/src/Mailer/Exceptions/MailerException.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Mailer/Factories/MailerFactory.php b/src/Mailer/Factories/MailerFactory.php index e98e48fb..649514f5 100644 --- a/src/Mailer/Factories/MailerFactory.php +++ b/src/Mailer/Factories/MailerFactory.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Mailer/Helpers/mailer.php b/src/Mailer/Helpers/mailer.php index cefe5453..60ddef59 100644 --- a/src/Mailer/Helpers/mailer.php +++ b/src/Mailer/Helpers/mailer.php @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Mailer/MailTrap.php b/src/Mailer/MailTrap.php index 67ff8efe..c253d1bd 100644 --- a/src/Mailer/MailTrap.php +++ b/src/Mailer/MailTrap.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Mailer/Mailer.php b/src/Mailer/Mailer.php index 0472f9d0..45a5a5ff 100644 --- a/src/Mailer/Mailer.php +++ b/src/Mailer/Mailer.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Mailer/Traits/MailerTrait.php b/src/Mailer/Traits/MailerTrait.php index 942e8a32..e7ac38be 100644 --- a/src/Mailer/Traits/MailerTrait.php +++ b/src/Mailer/Traits/MailerTrait.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Middleware/Enums/ExceptionMessages.php b/src/Middleware/Enums/ExceptionMessages.php index e0531969..c89460c4 100644 --- a/src/Middleware/Enums/ExceptionMessages.php +++ b/src/Middleware/Enums/ExceptionMessages.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Middleware/Exceptions/MiddlewareException.php b/src/Middleware/Exceptions/MiddlewareException.php index 3d8b9947..e8f8402c 100644 --- a/src/Middleware/Exceptions/MiddlewareException.php +++ b/src/Middleware/Exceptions/MiddlewareException.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Middleware/Middleware.php b/src/Middleware/Middleware.php index 23cd8f47..488401f7 100644 --- a/src/Middleware/Middleware.php +++ b/src/Middleware/Middleware.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Middleware/MiddlewareManager.php b/src/Middleware/MiddlewareManager.php index 8e4da2c2..ebe5c57e 100644 --- a/src/Middleware/MiddlewareManager.php +++ b/src/Middleware/MiddlewareManager.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Migration/Enums/ExceptionMessages.php b/src/Migration/Enums/ExceptionMessages.php index e40bec7a..90ed758f 100644 --- a/src/Migration/Enums/ExceptionMessages.php +++ b/src/Migration/Enums/ExceptionMessages.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Migration/Exceptions/MigrationException.php b/src/Migration/Exceptions/MigrationException.php index 7fab5508..6edb5818 100644 --- a/src/Migration/Exceptions/MigrationException.php +++ b/src/Migration/Exceptions/MigrationException.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Migration/Migration.php b/src/Migration/Migration.php index dc106a46..e9f45a4b 100644 --- a/src/Migration/Migration.php +++ b/src/Migration/Migration.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Migration/MigrationManager.php b/src/Migration/MigrationManager.php index 18233e14..a9a2c6a5 100644 --- a/src/Migration/MigrationManager.php +++ b/src/Migration/MigrationManager.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Migration/MigrationTable.php b/src/Migration/MigrationTable.php index 63ed5cc3..57324197 100644 --- a/src/Migration/MigrationTable.php +++ b/src/Migration/MigrationTable.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Migration/Templates/MigrationTemplate.php b/src/Migration/Templates/MigrationTemplate.php index b0d18ade..20b8a051 100644 --- a/src/Migration/Templates/MigrationTemplate.php +++ b/src/Migration/Templates/MigrationTemplate.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Model/DbModel.php b/src/Model/DbModel.php index 300c3a50..eb40a506 100644 --- a/src/Model/DbModel.php +++ b/src/Model/DbModel.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Model/Enums/ExceptionMessages.php b/src/Model/Enums/ExceptionMessages.php index c38b7aed..d670277d 100644 --- a/src/Model/Enums/ExceptionMessages.php +++ b/src/Model/Enums/ExceptionMessages.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Model/Exceptions/ModelException.php b/src/Model/Exceptions/ModelException.php index 667b9548..ac9b442f 100644 --- a/src/Model/Exceptions/ModelException.php +++ b/src/Model/Exceptions/ModelException.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Model/Factories/ModelFactory.php b/src/Model/Factories/ModelFactory.php index c3972ab1..5d20c4b5 100644 --- a/src/Model/Factories/ModelFactory.php +++ b/src/Model/Factories/ModelFactory.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Model/Helpers/model.php b/src/Model/Helpers/model.php index 4d7ed468..f3167a20 100644 --- a/src/Model/Helpers/model.php +++ b/src/Model/Helpers/model.php @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Model/Model.php b/src/Model/Model.php index 59dd9317..3723073f 100644 --- a/src/Model/Model.php +++ b/src/Model/Model.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Model/ModelCollection.php b/src/Model/ModelCollection.php index 459f0aca..64876397 100644 --- a/src/Model/ModelCollection.php +++ b/src/Model/ModelCollection.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Model/Traits/HasTimestamps.php b/src/Model/Traits/HasTimestamps.php index 4dc9e176..717b9f16 100644 --- a/src/Model/Traits/HasTimestamps.php +++ b/src/Model/Traits/HasTimestamps.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Model/Traits/SoftDeletes.php b/src/Model/Traits/SoftDeletes.php index afacfc6e..9b2dc760 100644 --- a/src/Model/Traits/SoftDeletes.php +++ b/src/Model/Traits/SoftDeletes.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Module/Enums/ExceptionMessages.php b/src/Module/Enums/ExceptionMessages.php index 4b582546..79fc61cd 100644 --- a/src/Module/Enums/ExceptionMessages.php +++ b/src/Module/Enums/ExceptionMessages.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Module/Exceptions/ModuleException.php b/src/Module/Exceptions/ModuleException.php index 4ec477d0..c7894bea 100644 --- a/src/Module/Exceptions/ModuleException.php +++ b/src/Module/Exceptions/ModuleException.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Module/ModuleLoader.php b/src/Module/ModuleLoader.php index fcb839ab..dae948dc 100644 --- a/src/Module/ModuleLoader.php +++ b/src/Module/ModuleLoader.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Module/ModuleManager.php b/src/Module/ModuleManager.php index e4a37eef..b6d8790b 100644 --- a/src/Module/ModuleManager.php +++ b/src/Module/ModuleManager.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..446f0174 100644 --- a/src/Module/Templates/DefaultApi/src/Controllers/MainController.php.tpl +++ b/src/Module/Templates/DefaultApi/src/Controllers/MainController.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..683e5337 100644 --- a/src/Module/Templates/DefaultApi/src/Controllers/OpenApi/OpenApiController.php.tpl +++ b/src/Module/Templates/DefaultApi/src/Controllers/OpenApi/OpenApiController.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..a5ac76f9 100644 --- a/src/Module/Templates/DefaultApi/src/Controllers/OpenApi/OpenApiMainController.php.tpl +++ b/src/Module/Templates/DefaultApi/src/Controllers/OpenApi/OpenApiMainController.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..edc03f67 100644 --- a/src/Module/Templates/DefaultWeb/src/Controllers/MainController.php.tpl +++ b/src/Module/Templates/DefaultWeb/src/Controllers/MainController.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..a0d1931e 100644 --- a/src/Module/Templates/DemoApi/src/Controllers/AccountController.php.tpl +++ b/src/Module/Templates/DemoApi/src/Controllers/AccountController.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..8f701913 100644 --- a/src/Module/Templates/DemoApi/src/Controllers/AuthController.php.tpl +++ b/src/Module/Templates/DemoApi/src/Controllers/AuthController.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..30262f02 100644 --- a/src/Module/Templates/DemoApi/src/Controllers/BaseController.php.tpl +++ b/src/Module/Templates/DemoApi/src/Controllers/BaseController.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..f56c9b93 100644 --- a/src/Module/Templates/DemoApi/src/Controllers/CommentController.php.tpl +++ b/src/Module/Templates/DemoApi/src/Controllers/CommentController.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..48b9f60d 100644 --- a/src/Module/Templates/DemoApi/src/Controllers/OpenApi/OpenApiAccountController.php.tpl +++ b/src/Module/Templates/DemoApi/src/Controllers/OpenApi/OpenApiAccountController.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..7c77c1c0 100644 --- a/src/Module/Templates/DemoApi/src/Controllers/OpenApi/OpenApiAuthController.php.tpl +++ b/src/Module/Templates/DemoApi/src/Controllers/OpenApi/OpenApiAuthController.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..6ba6a6b4 100644 --- a/src/Module/Templates/DemoApi/src/Controllers/OpenApi/OpenApiCommentController.php.tpl +++ b/src/Module/Templates/DemoApi/src/Controllers/OpenApi/OpenApiCommentController.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..5bb2fa6c 100644 --- a/src/Module/Templates/DemoApi/src/Controllers/OpenApi/OpenApiController.php.tpl +++ b/src/Module/Templates/DemoApi/src/Controllers/OpenApi/OpenApiController.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..e9686ba3 100644 --- a/src/Module/Templates/DemoApi/src/Controllers/OpenApi/OpenApiPostController.php.tpl +++ b/src/Module/Templates/DemoApi/src/Controllers/OpenApi/OpenApiPostController.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..a12412b0 100644 --- a/src/Module/Templates/DemoApi/src/Controllers/PostController.php.tpl +++ b/src/Module/Templates/DemoApi/src/Controllers/PostController.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..55f413f1 100644 --- a/src/Module/Templates/DemoApi/src/Controllers/PostManagementController.php.tpl +++ b/src/Module/Templates/DemoApi/src/Controllers/PostManagementController.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..d304a7bd 100644 --- a/src/Module/Templates/DemoApi/src/DTOs/CommentDTO.php.tpl +++ b/src/Module/Templates/DemoApi/src/DTOs/CommentDTO.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..d56612f6 100644 --- a/src/Module/Templates/DemoApi/src/DTOs/PostDTO.php.tpl +++ b/src/Module/Templates/DemoApi/src/DTOs/PostDTO.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..5b8129a0 100644 --- a/src/Module/Templates/DemoApi/src/DTOs/UserDTO.php.tpl +++ b/src/Module/Templates/DemoApi/src/DTOs/UserDTO.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..31d0dc04 100644 --- a/src/Module/Templates/DemoApi/src/Enums/Role.php.tpl +++ b/src/Module/Templates/DemoApi/src/Enums/Role.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..5ffd6bd8 100644 --- a/src/Module/Templates/DemoApi/src/Middlewares/Activate.php.tpl +++ b/src/Module/Templates/DemoApi/src/Middlewares/Activate.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..5e358dad 100644 --- a/src/Module/Templates/DemoApi/src/Middlewares/Auth.php.tpl +++ b/src/Module/Templates/DemoApi/src/Middlewares/Auth.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..854b82a8 100644 --- a/src/Module/Templates/DemoApi/src/Middlewares/BaseMiddleware.php.tpl +++ b/src/Module/Templates/DemoApi/src/Middlewares/BaseMiddleware.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..153e6906 100644 --- a/src/Module/Templates/DemoApi/src/Middlewares/Comment.php.tpl +++ b/src/Module/Templates/DemoApi/src/Middlewares/Comment.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..b1ef60fe 100644 --- a/src/Module/Templates/DemoApi/src/Middlewares/CommentOwner.php.tpl +++ b/src/Module/Templates/DemoApi/src/Middlewares/CommentOwner.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..33a9f6eb 100644 --- a/src/Module/Templates/DemoApi/src/Middlewares/Editor.php.tpl +++ b/src/Module/Templates/DemoApi/src/Middlewares/Editor.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..1e3dd4c5 100644 --- a/src/Module/Templates/DemoApi/src/Middlewares/Forget.php.tpl +++ b/src/Module/Templates/DemoApi/src/Middlewares/Forget.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..ec0621c8 100644 --- a/src/Module/Templates/DemoApi/src/Middlewares/Password.php.tpl +++ b/src/Module/Templates/DemoApi/src/Middlewares/Password.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..72436540 100644 --- a/src/Module/Templates/DemoApi/src/Middlewares/PostOwner.php.tpl +++ b/src/Module/Templates/DemoApi/src/Middlewares/PostOwner.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..9ca03982 100644 --- a/src/Module/Templates/DemoApi/src/Middlewares/Resend.php.tpl +++ b/src/Module/Templates/DemoApi/src/Middlewares/Resend.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..a5136f5b 100644 --- a/src/Module/Templates/DemoApi/src/Middlewares/Reset.php.tpl +++ b/src/Module/Templates/DemoApi/src/Middlewares/Reset.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..194431d5 100644 --- a/src/Module/Templates/DemoApi/src/Middlewares/Signout.php.tpl +++ b/src/Module/Templates/DemoApi/src/Middlewares/Signout.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..8266edb6 100644 --- a/src/Module/Templates/DemoApi/src/Middlewares/Signup.php.tpl +++ b/src/Module/Templates/DemoApi/src/Middlewares/Signup.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..09d1acea 100644 --- a/src/Module/Templates/DemoApi/src/Middlewares/Update.php.tpl +++ b/src/Module/Templates/DemoApi/src/Middlewares/Update.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..b29dd0cc 100644 --- a/src/Module/Templates/DemoApi/src/Middlewares/Verify.php.tpl +++ b/src/Module/Templates/DemoApi/src/Middlewares/Verify.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..fcdcab26 100644 --- a/src/Module/Templates/DemoApi/src/Models/Comment.php.tpl +++ b/src/Module/Templates/DemoApi/src/Models/Comment.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..77319997 100644 --- a/src/Module/Templates/DemoApi/src/Models/Post.php.tpl +++ b/src/Module/Templates/DemoApi/src/Models/Post.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..92c8ac7b 100644 --- a/src/Module/Templates/DemoApi/src/Models/User.php.tpl +++ b/src/Module/Templates/DemoApi/src/Models/User.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..670f2b5d 100644 --- a/src/Module/Templates/DemoApi/src/Services/AuthService.php.tpl +++ b/src/Module/Templates/DemoApi/src/Services/AuthService.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..848a4192 100644 --- a/src/Module/Templates/DemoApi/src/Services/CommentService.php.tpl +++ b/src/Module/Templates/DemoApi/src/Services/CommentService.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..ccd4a2b8 100644 --- a/src/Module/Templates/DemoApi/src/Services/PostService.php.tpl +++ b/src/Module/Templates/DemoApi/src/Services/PostService.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..94d25847 100644 --- a/src/Module/Templates/DemoApi/src/Transformers/CommentTransformer.php.tpl +++ b/src/Module/Templates/DemoApi/src/Transformers/CommentTransformer.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..7334214a 100644 --- a/src/Module/Templates/DemoApi/src/Transformers/PostTransformer.php.tpl +++ b/src/Module/Templates/DemoApi/src/Transformers/PostTransformer.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..07a7a892 100644 --- a/src/Module/Templates/DemoWeb/src/Controllers/AccountController.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Controllers/AccountController.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..b04e3013 100644 --- a/src/Module/Templates/DemoWeb/src/Controllers/AuthController.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Controllers/AuthController.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..b81a7ea5 100644 --- a/src/Module/Templates/DemoWeb/src/Controllers/BaseController.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Controllers/BaseController.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..f9f2d5c6 100644 --- a/src/Module/Templates/DemoWeb/src/Controllers/CommentController.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Controllers/CommentController.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..5084304a 100644 --- a/src/Module/Templates/DemoWeb/src/Controllers/PageController.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Controllers/PageController.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..47c89c8f 100644 --- a/src/Module/Templates/DemoWeb/src/Controllers/PostController.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Controllers/PostController.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..04cd7ca0 100644 --- a/src/Module/Templates/DemoWeb/src/Controllers/PostManagementController.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Controllers/PostManagementController.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..d304a7bd 100644 --- a/src/Module/Templates/DemoWeb/src/DTOs/CommentDTO.php.tpl +++ b/src/Module/Templates/DemoWeb/src/DTOs/CommentDTO.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..d56612f6 100644 --- a/src/Module/Templates/DemoWeb/src/DTOs/PostDTO.php.tpl +++ b/src/Module/Templates/DemoWeb/src/DTOs/PostDTO.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..5b8129a0 100644 --- a/src/Module/Templates/DemoWeb/src/DTOs/UserDTO.php.tpl +++ b/src/Module/Templates/DemoWeb/src/DTOs/UserDTO.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..31d0dc04 100644 --- a/src/Module/Templates/DemoWeb/src/Enums/Role.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Enums/Role.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..efc25a00 100644 --- a/src/Module/Templates/DemoWeb/src/Middlewares/Activate.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Middlewares/Activate.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..8d6bd66d 100644 --- a/src/Module/Templates/DemoWeb/src/Middlewares/Auth.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Middlewares/Auth.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..1a1f6df4 100644 --- a/src/Module/Templates/DemoWeb/src/Middlewares/BaseMiddleware.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Middlewares/BaseMiddleware.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..c21ff895 100644 --- a/src/Module/Templates/DemoWeb/src/Middlewares/Comment.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Middlewares/Comment.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..b1ef60fe 100644 --- a/src/Module/Templates/DemoWeb/src/Middlewares/CommentOwner.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Middlewares/CommentOwner.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..4ffcb50f 100644 --- a/src/Module/Templates/DemoWeb/src/Middlewares/Editor.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Middlewares/Editor.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..fed1271a 100644 --- a/src/Module/Templates/DemoWeb/src/Middlewares/Forget.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Middlewares/Forget.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..5f2e9b2e 100644 --- a/src/Module/Templates/DemoWeb/src/Middlewares/Guest.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Middlewares/Guest.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..d2151836 100644 --- a/src/Module/Templates/DemoWeb/src/Middlewares/Password.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Middlewares/Password.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..9206efb1 100644 --- a/src/Module/Templates/DemoWeb/src/Middlewares/PostOwner.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Middlewares/PostOwner.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..8bf253ea 100644 --- a/src/Module/Templates/DemoWeb/src/Middlewares/Resend.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Middlewares/Resend.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..1011f7b3 100644 --- a/src/Module/Templates/DemoWeb/src/Middlewares/Reset.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Middlewares/Reset.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..62639608 100644 --- a/src/Module/Templates/DemoWeb/src/Middlewares/Signup.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Middlewares/Signup.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..74a850ba 100644 --- a/src/Module/Templates/DemoWeb/src/Middlewares/Update.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Middlewares/Update.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..6214337a 100644 --- a/src/Module/Templates/DemoWeb/src/Middlewares/Verify.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Middlewares/Verify.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..cc74584b 100644 --- a/src/Module/Templates/DemoWeb/src/Models/Comment.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Models/Comment.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..ec4d4e53 100644 --- a/src/Module/Templates/DemoWeb/src/Models/Post.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Models/Post.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..92c8ac7b 100644 --- a/src/Module/Templates/DemoWeb/src/Models/User.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Models/User.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..670f2b5d 100644 --- a/src/Module/Templates/DemoWeb/src/Services/AuthService.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Services/AuthService.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..079d0fe3 100644 --- a/src/Module/Templates/DemoWeb/src/Services/CommandService.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Services/CommandService.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..9689d1c4 100644 --- a/src/Module/Templates/DemoWeb/src/Services/CommentService.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Services/CommentService.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..b226a05e 100644 --- a/src/Module/Templates/DemoWeb/src/Services/PostService.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Services/PostService.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..94d25847 100644 --- a/src/Module/Templates/DemoWeb/src/Transformers/CommentTransformer.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Transformers/CommentTransformer.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..4f99defe 100644 --- a/src/Module/Templates/DemoWeb/src/Transformers/PostTransformer.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Transformers/PostTransformer.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..b2a79b4a 100644 --- a/src/Module/Templates/Toolkit/src/Controllers/BaseController.php.tpl +++ b/src/Module/Templates/Toolkit/src/Controllers/BaseController.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..d0ee0b4b 100644 --- a/src/Module/Templates/Toolkit/src/Controllers/DashboardController.php.tpl +++ b/src/Module/Templates/Toolkit/src/Controllers/DashboardController.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..39aa3dac 100644 --- a/src/Module/Templates/Toolkit/src/Controllers/DatabaseController.php.tpl +++ b/src/Module/Templates/Toolkit/src/Controllers/DatabaseController.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..5b84007f 100644 --- a/src/Module/Templates/Toolkit/src/Controllers/EmailsController.php.tpl +++ b/src/Module/Templates/Toolkit/src/Controllers/EmailsController.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..2c969517 100644 --- a/src/Module/Templates/Toolkit/src/Controllers/LogsController.php.tpl +++ b/src/Module/Templates/Toolkit/src/Controllers/LogsController.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..30ea7c87 100644 --- a/src/Module/Templates/Toolkit/src/Middlewares/BaseMiddleware.php.tpl +++ b/src/Module/Templates/Toolkit/src/Middlewares/BaseMiddleware.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..a64e4abe 100644 --- a/src/Module/Templates/Toolkit/src/Middlewares/BasicAuth.php.tpl +++ b/src/Module/Templates/Toolkit/src/Middlewares/BasicAuth.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..3d7ee95e 100644 --- a/src/Module/Templates/Toolkit/src/Middlewares/CreateTable.php.tpl +++ b/src/Module/Templates/Toolkit/src/Middlewares/CreateTable.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..7a21bba2 100644 --- a/src/Module/Templates/Toolkit/src/Services/DashboardService.php.tpl +++ b/src/Module/Templates/Toolkit/src/Services/DashboardService.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..777962f3 100644 --- a/src/Module/Templates/Toolkit/src/Services/DatabaseService.php.tpl +++ b/src/Module/Templates/Toolkit/src/Services/DatabaseService.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..c9b8154b 100644 --- a/src/Module/Templates/Toolkit/src/Services/EmailService.php.tpl +++ b/src/Module/Templates/Toolkit/src/Services/EmailService.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..e558b028 100644 --- a/src/Module/Templates/Toolkit/src/Services/LogsService.php.tpl +++ b/src/Module/Templates/Toolkit/src/Services/LogsService.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @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..d14369b4 100644 --- a/src/Module/Templates/Toolkit/src/helpers/toolkit.php.tpl +++ b/src/Module/Templates/Toolkit/src/helpers/toolkit.php.tpl @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 2.9.8 diff --git a/src/Paginator/Adapters/ArrayPaginator.php b/src/Paginator/Adapters/ArrayPaginator.php index 43725791..865bdfcd 100644 --- a/src/Paginator/Adapters/ArrayPaginator.php +++ b/src/Paginator/Adapters/ArrayPaginator.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Paginator/Adapters/ModelPaginator.php b/src/Paginator/Adapters/ModelPaginator.php index 7071b35e..7073cc28 100644 --- a/src/Paginator/Adapters/ModelPaginator.php +++ b/src/Paginator/Adapters/ModelPaginator.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Paginator/Contracts/PaginatorInterface.php b/src/Paginator/Contracts/PaginatorInterface.php index 7a7fd696..6d0b2d1d 100644 --- a/src/Paginator/Contracts/PaginatorInterface.php +++ b/src/Paginator/Contracts/PaginatorInterface.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Paginator/Enums/ExceptionMessages.php b/src/Paginator/Enums/ExceptionMessages.php index d55b9a98..72ac9e47 100644 --- a/src/Paginator/Enums/ExceptionMessages.php +++ b/src/Paginator/Enums/ExceptionMessages.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Paginator/Enums/Pagination.php b/src/Paginator/Enums/Pagination.php index cade4d5e..80888abd 100644 --- a/src/Paginator/Enums/Pagination.php +++ b/src/Paginator/Enums/Pagination.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Paginator/Enums/PaginatorType.php b/src/Paginator/Enums/PaginatorType.php index d9701cf6..a35468d7 100644 --- a/src/Paginator/Enums/PaginatorType.php +++ b/src/Paginator/Enums/PaginatorType.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Paginator/Exceptions/PaginatorException.php b/src/Paginator/Exceptions/PaginatorException.php index 1c071bae..f0ef1b10 100644 --- a/src/Paginator/Exceptions/PaginatorException.php +++ b/src/Paginator/Exceptions/PaginatorException.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Paginator/Factories/PaginatorFactory.php b/src/Paginator/Factories/PaginatorFactory.php index ec86f9ef..637ba46d 100644 --- a/src/Paginator/Factories/PaginatorFactory.php +++ b/src/Paginator/Factories/PaginatorFactory.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Paginator/Paginator.php b/src/Paginator/Paginator.php index c3fa2459..5893d48e 100644 --- a/src/Paginator/Paginator.php +++ b/src/Paginator/Paginator.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Paginator/Traits/PaginatorTrait.php b/src/Paginator/Traits/PaginatorTrait.php index 2748dedb..8847cf3b 100644 --- a/src/Paginator/Traits/PaginatorTrait.php +++ b/src/Paginator/Traits/PaginatorTrait.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/RateLimit/Adapters/FileRateLimitAdapter.php b/src/RateLimit/Adapters/FileRateLimitAdapter.php index 2937e3a7..d6988526 100644 --- a/src/RateLimit/Adapters/FileRateLimitAdapter.php +++ b/src/RateLimit/Adapters/FileRateLimitAdapter.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/RateLimit/Adapters/RedisRateLimitAdapter.php b/src/RateLimit/Adapters/RedisRateLimitAdapter.php index 076ca1e2..1a5b8ec4 100644 --- a/src/RateLimit/Adapters/RedisRateLimitAdapter.php +++ b/src/RateLimit/Adapters/RedisRateLimitAdapter.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/RateLimit/Contracts/RateLimitAdapterInterface.php b/src/RateLimit/Contracts/RateLimitAdapterInterface.php index 63640802..50aa6858 100644 --- a/src/RateLimit/Contracts/RateLimitAdapterInterface.php +++ b/src/RateLimit/Contracts/RateLimitAdapterInterface.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/RateLimit/Enums/ExceptionMessages.php b/src/RateLimit/Enums/ExceptionMessages.php index 45704403..1a401336 100644 --- a/src/RateLimit/Enums/ExceptionMessages.php +++ b/src/RateLimit/Enums/ExceptionMessages.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/RateLimit/Enums/RateLimitType.php b/src/RateLimit/Enums/RateLimitType.php index 1846223c..1fad251d 100644 --- a/src/RateLimit/Enums/RateLimitType.php +++ b/src/RateLimit/Enums/RateLimitType.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/RateLimit/Exceptions/RateLimitException.php b/src/RateLimit/Exceptions/RateLimitException.php index 741b5746..735a92d0 100644 --- a/src/RateLimit/Exceptions/RateLimitException.php +++ b/src/RateLimit/Exceptions/RateLimitException.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/RateLimit/Factories/RateLimiterFactory.php b/src/RateLimit/Factories/RateLimiterFactory.php index d3f33598..7822d76e 100644 --- a/src/RateLimit/Factories/RateLimiterFactory.php +++ b/src/RateLimit/Factories/RateLimiterFactory.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/RateLimit/RateLimitMiddleware.php b/src/RateLimit/RateLimitMiddleware.php index 95851020..4eaf3029 100644 --- a/src/RateLimit/RateLimitMiddleware.php +++ b/src/RateLimit/RateLimitMiddleware.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/RateLimit/RateLimiter.php b/src/RateLimit/RateLimiter.php index f18ac478..6f8b580a 100644 --- a/src/RateLimit/RateLimiter.php +++ b/src/RateLimit/RateLimiter.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Renderer/Adapters/HtmlAdapter.php b/src/Renderer/Adapters/HtmlAdapter.php index 5a9d6542..6a314dd4 100644 --- a/src/Renderer/Adapters/HtmlAdapter.php +++ b/src/Renderer/Adapters/HtmlAdapter.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Renderer/Adapters/TwigAdapter.php b/src/Renderer/Adapters/TwigAdapter.php index 93bdff51..7a8fb22e 100644 --- a/src/Renderer/Adapters/TwigAdapter.php +++ b/src/Renderer/Adapters/TwigAdapter.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Renderer/Contracts/TemplateRendererInterface.php b/src/Renderer/Contracts/TemplateRendererInterface.php index 7ba97fe7..06c562b0 100644 --- a/src/Renderer/Contracts/TemplateRendererInterface.php +++ b/src/Renderer/Contracts/TemplateRendererInterface.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Renderer/Enums/RendererType.php b/src/Renderer/Enums/RendererType.php index dc25abdf..1c9fda63 100644 --- a/src/Renderer/Enums/RendererType.php +++ b/src/Renderer/Enums/RendererType.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Renderer/Exceptions/RendererException.php b/src/Renderer/Exceptions/RendererException.php index 96198225..8a3bd88c 100644 --- a/src/Renderer/Exceptions/RendererException.php +++ b/src/Renderer/Exceptions/RendererException.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Renderer/Factories/RendererFactory.php b/src/Renderer/Factories/RendererFactory.php index 4da6c59f..a670c067 100644 --- a/src/Renderer/Factories/RendererFactory.php +++ b/src/Renderer/Factories/RendererFactory.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Renderer/Renderer.php b/src/Renderer/Renderer.php index 4eee6c75..b3d9eb82 100644 --- a/src/Renderer/Renderer.php +++ b/src/Renderer/Renderer.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/ResourceCache/Exceptions/ResourceCacheException.php b/src/ResourceCache/Exceptions/ResourceCacheException.php index 45943b50..6c1cc30e 100644 --- a/src/ResourceCache/Exceptions/ResourceCacheException.php +++ b/src/ResourceCache/Exceptions/ResourceCacheException.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/ResourceCache/ViewCache.php b/src/ResourceCache/ViewCache.php index 17eec27c..555917ec 100644 --- a/src/ResourceCache/ViewCache.php +++ b/src/ResourceCache/ViewCache.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Router/Enums/ExceptionMessages.php b/src/Router/Enums/ExceptionMessages.php index 19880f1c..5746f829 100644 --- a/src/Router/Enums/ExceptionMessages.php +++ b/src/Router/Enums/ExceptionMessages.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Router/Exceptions/RouteException.php b/src/Router/Exceptions/RouteException.php index 9167feed..26c21223 100644 --- a/src/Router/Exceptions/RouteException.php +++ b/src/Router/Exceptions/RouteException.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Router/Helpers/router.php b/src/Router/Helpers/router.php index fe7a7390..29f2ee71 100644 --- a/src/Router/Helpers/router.php +++ b/src/Router/Helpers/router.php @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Router/MatchedRoute.php b/src/Router/MatchedRoute.php index 35c1a47c..baff7c07 100644 --- a/src/Router/MatchedRoute.php +++ b/src/Router/MatchedRoute.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Router/PatternCompiler.php b/src/Router/PatternCompiler.php index a7ff548b..d9775682 100644 --- a/src/Router/PatternCompiler.php +++ b/src/Router/PatternCompiler.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Router/Route.php b/src/Router/Route.php index d27176f0..55d6a4bc 100644 --- a/src/Router/Route.php +++ b/src/Router/Route.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Router/RouteBuilder.php b/src/Router/RouteBuilder.php index cb1631c7..6099683c 100644 --- a/src/Router/RouteBuilder.php +++ b/src/Router/RouteBuilder.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Router/RouteCollection.php b/src/Router/RouteCollection.php index 2bb10848..79c867e5 100644 --- a/src/Router/RouteCollection.php +++ b/src/Router/RouteCollection.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Router/RouteDispatcher.php b/src/Router/RouteDispatcher.php index e1ebd1e2..e0d8ef72 100644 --- a/src/Router/RouteDispatcher.php +++ b/src/Router/RouteDispatcher.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Router/RouteFinder.php b/src/Router/RouteFinder.php index b7482ca3..5c7e7e01 100644 --- a/src/Router/RouteFinder.php +++ b/src/Router/RouteFinder.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Service/Exceptions/ServiceException.php b/src/Service/Exceptions/ServiceException.php index cb6dcc1b..6106cf04 100644 --- a/src/Service/Exceptions/ServiceException.php +++ b/src/Service/Exceptions/ServiceException.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Service/Factories/ServiceFactory.php b/src/Service/Factories/ServiceFactory.php index a629d352..97863651 100644 --- a/src/Service/Factories/ServiceFactory.php +++ b/src/Service/Factories/ServiceFactory.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Service/Helpers/service.php b/src/Service/Helpers/service.php index 3a4810a3..d3dcafd3 100644 --- a/src/Service/Helpers/service.php +++ b/src/Service/Helpers/service.php @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Service/Service.php b/src/Service/Service.php index 869238f6..b536919c 100644 --- a/src/Service/Service.php +++ b/src/Service/Service.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Session/Adapters/Database/DatabaseHandler.php b/src/Session/Adapters/Database/DatabaseHandler.php index 3d2e4f2c..20e9456b 100644 --- a/src/Session/Adapters/Database/DatabaseHandler.php +++ b/src/Session/Adapters/Database/DatabaseHandler.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Session/Adapters/Database/DatabaseSessionAdapter.php b/src/Session/Adapters/Database/DatabaseSessionAdapter.php index 22482bc4..b93f0a96 100644 --- a/src/Session/Adapters/Database/DatabaseSessionAdapter.php +++ b/src/Session/Adapters/Database/DatabaseSessionAdapter.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Session/Adapters/Native/NativeSessionAdapter.php b/src/Session/Adapters/Native/NativeSessionAdapter.php index acb8e3ec..133d2b1e 100644 --- a/src/Session/Adapters/Native/NativeSessionAdapter.php +++ b/src/Session/Adapters/Native/NativeSessionAdapter.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Session/Contracts/SessionStorageInterface.php b/src/Session/Contracts/SessionStorageInterface.php index cff63f42..e0baab08 100644 --- a/src/Session/Contracts/SessionStorageInterface.php +++ b/src/Session/Contracts/SessionStorageInterface.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Session/Enums/ExceptionMessages.php b/src/Session/Enums/ExceptionMessages.php index 26ab9880..e01fb1d7 100644 --- a/src/Session/Enums/ExceptionMessages.php +++ b/src/Session/Enums/ExceptionMessages.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Session/Enums/SessionType.php b/src/Session/Enums/SessionType.php index 2f19bf59..84dba894 100644 --- a/src/Session/Enums/SessionType.php +++ b/src/Session/Enums/SessionType.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Session/Exceptions/SessionException.php b/src/Session/Exceptions/SessionException.php index 29bf9852..3cc03721 100644 --- a/src/Session/Exceptions/SessionException.php +++ b/src/Session/Exceptions/SessionException.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Session/Factories/SessionFactory.php b/src/Session/Factories/SessionFactory.php index 6d31abb3..c56b6e7d 100644 --- a/src/Session/Factories/SessionFactory.php +++ b/src/Session/Factories/SessionFactory.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Session/Helpers/session.php b/src/Session/Helpers/session.php index 87b56162..99f7390d 100644 --- a/src/Session/Helpers/session.php +++ b/src/Session/Helpers/session.php @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Session/Session.php b/src/Session/Session.php index 06e09cce..3aed0e7b 100644 --- a/src/Session/Session.php +++ b/src/Session/Session.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Session/Traits/SessionTrait.php b/src/Session/Traits/SessionTrait.php index 23958199..c4a7f06a 100644 --- a/src/Session/Traits/SessionTrait.php +++ b/src/Session/Traits/SessionTrait.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Storage/Adapters/Dropbox/DropboxApp.php b/src/Storage/Adapters/Dropbox/DropboxApp.php index 64a6f81a..70775ecb 100644 --- a/src/Storage/Adapters/Dropbox/DropboxApp.php +++ b/src/Storage/Adapters/Dropbox/DropboxApp.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Storage/Adapters/Dropbox/DropboxFileSystemAdapter.php b/src/Storage/Adapters/Dropbox/DropboxFileSystemAdapter.php index 92d93eb1..b0274da0 100644 --- a/src/Storage/Adapters/Dropbox/DropboxFileSystemAdapter.php +++ b/src/Storage/Adapters/Dropbox/DropboxFileSystemAdapter.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Storage/Adapters/GoogleDrive/GoogleDriveApp.php b/src/Storage/Adapters/GoogleDrive/GoogleDriveApp.php index c5562d9e..ef5d69e5 100644 --- a/src/Storage/Adapters/GoogleDrive/GoogleDriveApp.php +++ b/src/Storage/Adapters/GoogleDrive/GoogleDriveApp.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Storage/Adapters/GoogleDrive/GoogleDriveFileSystemAdapter.php b/src/Storage/Adapters/GoogleDrive/GoogleDriveFileSystemAdapter.php index 746a83e5..405418b6 100644 --- a/src/Storage/Adapters/GoogleDrive/GoogleDriveFileSystemAdapter.php +++ b/src/Storage/Adapters/GoogleDrive/GoogleDriveFileSystemAdapter.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Storage/Adapters/Local/LocalFileSystemAdapter.php b/src/Storage/Adapters/Local/LocalFileSystemAdapter.php index 15fb72bb..1e50d4d4 100644 --- a/src/Storage/Adapters/Local/LocalFileSystemAdapter.php +++ b/src/Storage/Adapters/Local/LocalFileSystemAdapter.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Storage/Contracts/CloudAppInterface.php b/src/Storage/Contracts/CloudAppInterface.php index 54fe555c..17076223 100644 --- a/src/Storage/Contracts/CloudAppInterface.php +++ b/src/Storage/Contracts/CloudAppInterface.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Storage/Contracts/FilesystemAdapterInterface.php b/src/Storage/Contracts/FilesystemAdapterInterface.php index 4bc11d9a..83d649f6 100644 --- a/src/Storage/Contracts/FilesystemAdapterInterface.php +++ b/src/Storage/Contracts/FilesystemAdapterInterface.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Storage/Contracts/LocalFilesystemAdapterInterface.php b/src/Storage/Contracts/LocalFilesystemAdapterInterface.php index c42dd7da..045ce79a 100644 --- a/src/Storage/Contracts/LocalFilesystemAdapterInterface.php +++ b/src/Storage/Contracts/LocalFilesystemAdapterInterface.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Storage/Contracts/TokenServiceInterface.php b/src/Storage/Contracts/TokenServiceInterface.php index 34626bec..708ede37 100644 --- a/src/Storage/Contracts/TokenServiceInterface.php +++ b/src/Storage/Contracts/TokenServiceInterface.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Storage/Enums/ExceptionMessages.php b/src/Storage/Enums/ExceptionMessages.php index 036a3d08..101da0fd 100644 --- a/src/Storage/Enums/ExceptionMessages.php +++ b/src/Storage/Enums/ExceptionMessages.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Storage/Enums/FileSystemType.php b/src/Storage/Enums/FileSystemType.php index c7d2df39..f603204a 100644 --- a/src/Storage/Enums/FileSystemType.php +++ b/src/Storage/Enums/FileSystemType.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Storage/Exceptions/FileSystemException.php b/src/Storage/Exceptions/FileSystemException.php index bc3aefb8..6c560e06 100644 --- a/src/Storage/Exceptions/FileSystemException.php +++ b/src/Storage/Exceptions/FileSystemException.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Storage/Exceptions/FileUploadException.php b/src/Storage/Exceptions/FileUploadException.php index dc93d7ba..1be6e3b2 100644 --- a/src/Storage/Exceptions/FileUploadException.php +++ b/src/Storage/Exceptions/FileUploadException.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Storage/Factories/FileSystemFactory.php b/src/Storage/Factories/FileSystemFactory.php index f7c9ab75..b049e76f 100644 --- a/src/Storage/Factories/FileSystemFactory.php +++ b/src/Storage/Factories/FileSystemFactory.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Storage/FileSystem.php b/src/Storage/FileSystem.php index a3a764ef..b33e7fb7 100644 --- a/src/Storage/FileSystem.php +++ b/src/Storage/FileSystem.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Storage/Helpers/fs.php b/src/Storage/Helpers/fs.php index 16a9cc90..0e641c98 100644 --- a/src/Storage/Helpers/fs.php +++ b/src/Storage/Helpers/fs.php @@ -6,7 +6,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Storage/Traits/CloudAppTrait.php b/src/Storage/Traits/CloudAppTrait.php index 5a4c6d66..8a57272c 100644 --- a/src/Storage/Traits/CloudAppTrait.php +++ b/src/Storage/Traits/CloudAppTrait.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Storage/UploadedFile.php b/src/Storage/UploadedFile.php index ea19b689..93081dc5 100644 --- a/src/Storage/UploadedFile.php +++ b/src/Storage/UploadedFile.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Storage/Uploads/UploadConfigProvider.php b/src/Storage/Uploads/UploadConfigProvider.php index c3a8b3b8..1114d099 100644 --- a/src/Storage/Uploads/UploadConfigProvider.php +++ b/src/Storage/Uploads/UploadConfigProvider.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Storage/Uploads/UploadPolicy.php b/src/Storage/Uploads/UploadPolicy.php index 8b5c3a13..c1ceb050 100644 --- a/src/Storage/Uploads/UploadPolicy.php +++ b/src/Storage/Uploads/UploadPolicy.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Storage/Uploads/UploadStorage.php b/src/Storage/Uploads/UploadStorage.php index 6a16ad57..145a5077 100644 --- a/src/Storage/Uploads/UploadStorage.php +++ b/src/Storage/Uploads/UploadStorage.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Tracer/ErrorHandler.php b/src/Tracer/ErrorHandler.php index 82bf9287..4d262d82 100644 --- a/src/Tracer/ErrorHandler.php +++ b/src/Tracer/ErrorHandler.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Tracer/ExceptionSeverityResolver.php b/src/Tracer/ExceptionSeverityResolver.php index 1090272b..2253c9ca 100644 --- a/src/Tracer/ExceptionSeverityResolver.php +++ b/src/Tracer/ExceptionSeverityResolver.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Tracer/StackTraceFormatter.php b/src/Tracer/StackTraceFormatter.php index e142e17c..ff1a7ab9 100644 --- a/src/Tracer/StackTraceFormatter.php +++ b/src/Tracer/StackTraceFormatter.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Tracer/WebExceptionRenderer.php b/src/Tracer/WebExceptionRenderer.php index e04f2c02..f6152ca9 100644 --- a/src/Tracer/WebExceptionRenderer.php +++ b/src/Tracer/WebExceptionRenderer.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Transformer/Contracts/TransformerInterface.php b/src/Transformer/Contracts/TransformerInterface.php index 46311ac3..9d17d363 100644 --- a/src/Transformer/Contracts/TransformerInterface.php +++ b/src/Transformer/Contracts/TransformerInterface.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Transformer/Helpers/transformer.php b/src/Transformer/Helpers/transformer.php index cf9be6e2..b6d58f8f 100644 --- a/src/Transformer/Helpers/transformer.php +++ b/src/Transformer/Helpers/transformer.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Transformer/Transformer.php b/src/Transformer/Transformer.php index f0c81cc3..6a3cc04b 100644 --- a/src/Transformer/Transformer.php +++ b/src/Transformer/Transformer.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Validation/Rule.php b/src/Validation/Rule.php index 4a1368a6..7af2321f 100644 --- a/src/Validation/Rule.php +++ b/src/Validation/Rule.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Validation/Traits/File.php b/src/Validation/Traits/File.php index 03ce5edf..267aa5c4 100644 --- a/src/Validation/Traits/File.php +++ b/src/Validation/Traits/File.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Validation/Traits/General.php b/src/Validation/Traits/General.php index 46de926d..a702bafe 100644 --- a/src/Validation/Traits/General.php +++ b/src/Validation/Traits/General.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Validation/Traits/Length.php b/src/Validation/Traits/Length.php index 72044698..e683c36c 100644 --- a/src/Validation/Traits/Length.php +++ b/src/Validation/Traits/Length.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Validation/Traits/Lists.php b/src/Validation/Traits/Lists.php index a6c0684c..0fe70bc1 100644 --- a/src/Validation/Traits/Lists.php +++ b/src/Validation/Traits/Lists.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Validation/Traits/Resource.php b/src/Validation/Traits/Resource.php index 19f50017..f8a76018 100644 --- a/src/Validation/Traits/Resource.php +++ b/src/Validation/Traits/Resource.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Validation/Traits/Type.php b/src/Validation/Traits/Type.php index 3e0eb78c..695f9d25 100644 --- a/src/Validation/Traits/Type.php +++ b/src/Validation/Traits/Type.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/Validation/Validator.php b/src/Validation/Validator.php index dc23e0b9..d54fe012 100644 --- a/src/Validation/Validator.php +++ b/src/Validation/Validator.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/View/Enums/ExceptionMessages.php b/src/View/Enums/ExceptionMessages.php index 9e78daa1..49fe63f2 100644 --- a/src/View/Enums/ExceptionMessages.php +++ b/src/View/Enums/ExceptionMessages.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/View/Exceptions/ViewException.php b/src/View/Exceptions/ViewException.php index 6c52eeea..9b08af6c 100644 --- a/src/View/Exceptions/ViewException.php +++ b/src/View/Exceptions/ViewException.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/View/Factories/ViewFactory.php b/src/View/Factories/ViewFactory.php index 38acd90c..2ce68efb 100644 --- a/src/View/Factories/ViewFactory.php +++ b/src/View/Factories/ViewFactory.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/View/Helpers/view.php b/src/View/Helpers/view.php index 2d4b5a68..930d229a 100644 --- a/src/View/Helpers/view.php +++ b/src/View/Helpers/view.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/View/RawParam.php b/src/View/RawParam.php index d357a63f..fd130d50 100644 --- a/src/View/RawParam.php +++ b/src/View/RawParam.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 diff --git a/src/View/View.php b/src/View/View.php index ed9d8b0d..162c2167 100644 --- a/src/View/View.php +++ b/src/View/View.php @@ -8,7 +8,7 @@ * An open source software development framework for PHP * * @package Quantum - * @author Arman Ag. + * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) * @link http://quantum.softberg.org/ * @since 3.0.0 From 81692aa7ebc59c0a6ab1b6a3725684bff81ce653 Mon Sep 17 00:00:00 2001 From: Arman <407448+armanist@users.noreply.github.com> Date: Sun, 17 May 2026 19:09:09 +0400 Subject: [PATCH 2/2] chore: replace legacy project url with https://quantumphp.io/ --- src/App/Adapters/AppAdapter.php | 2 +- src/App/Adapters/ConsoleAppAdapter.php | 2 +- src/App/Adapters/WebAppAdapter.php | 2 +- src/App/App.php | 2 +- src/App/AppContext.php | 2 +- src/App/BootPipeline.php | 2 +- src/App/Contracts/AppInterface.php | 2 +- src/App/Contracts/BootStageInterface.php | 2 +- src/App/Enums/AppType.php | 2 +- src/App/Enums/ExceptionMessages.php | 2 +- src/App/Enums/ExitCode.php | 2 +- src/App/Enums/ReservedKeys.php | 2 +- src/App/Exceptions/AppException.php | 2 +- src/App/Exceptions/BaseException.php | 2 +- src/App/Factories/AppFactory.php | 2 +- src/App/Helpers/app.php | 2 +- src/App/Helpers/dir.php | 2 +- src/App/Helpers/misc.php | 2 +- src/App/Helpers/uuid.php | 2 +- src/App/Stages/InitDebuggerStage.php | 2 +- src/App/Stages/InitHttpStage.php | 2 +- src/App/Stages/LoadAppConfigStage.php | 2 +- src/App/Stages/LoadEnvironmentStage.php | 2 +- src/App/Stages/LoadHelpersStage.php | 2 +- src/App/Stages/LoadModulesStage.php | 2 +- src/App/Stages/SetupErrorHandlerStage.php | 2 +- src/App/Traits/ConsoleAppTrait.php | 2 +- src/App/Traits/WebAppTrait.php | 2 +- src/Archive/Adapters/PharAdapter.php | 2 +- src/Archive/Adapters/ZipAdapter.php | 2 +- src/Archive/Archive.php | 2 +- src/Archive/Contracts/ArchiveInterface.php | 2 +- src/Archive/Enums/ArchiveType.php | 2 +- src/Archive/Enums/ExceptionMessages.php | 2 +- src/Archive/Exceptions/ArchiveException.php | 2 +- src/Archive/Factories/ArchiveFactory.php | 2 +- src/Asset/Asset.php | 2 +- src/Asset/AssetManager.php | 2 +- src/Asset/Enums/ExceptionMessages.php | 2 +- src/Asset/Exceptions/AssetException.php | 2 +- src/Asset/Helpers/asset.php | 2 +- src/Auth/Adapters/JwtAuthAdapter.php | 2 +- src/Auth/Adapters/SessionAuthAdapter.php | 2 +- src/Auth/Auth.php | 2 +- src/Auth/Contracts/AuthServiceInterface.php | 2 +- src/Auth/Contracts/AuthenticatableInterface.php | 2 +- src/Auth/Enums/AuthKeys.php | 2 +- src/Auth/Enums/AuthType.php | 2 +- src/Auth/Enums/ExceptionMessages.php | 2 +- src/Auth/Exceptions/AuthException.php | 2 +- src/Auth/Factories/AuthFactory.php | 2 +- src/Auth/Helpers/auth.php | 2 +- src/Auth/Traits/AuthTrait.php | 2 +- src/Auth/User.php | 2 +- src/Cache/Adapters/DatabaseAdapter.php | 2 +- src/Cache/Adapters/FileAdapter.php | 2 +- src/Cache/Adapters/MemcachedAdapter.php | 2 +- src/Cache/Adapters/RedisAdapter.php | 2 +- src/Cache/Cache.php | 2 +- src/Cache/Enums/CacheType.php | 2 +- src/Cache/Enums/ExceptionMessages.php | 2 +- src/Cache/Exceptions/CacheException.php | 2 +- src/Cache/Factories/CacheFactory.php | 2 +- src/Cache/Helpers/cache.php | 2 +- src/Cache/Traits/CacheTrait.php | 2 +- src/Captcha/Adapters/HcaptchaAdapter.php | 2 +- src/Captcha/Adapters/RecaptchaAdapter.php | 2 +- src/Captcha/Captcha.php | 2 +- src/Captcha/Contracts/CaptchaInterface.php | 2 +- src/Captcha/Enums/CaptchaType.php | 2 +- src/Captcha/Exceptions/CaptchaException.php | 2 +- src/Captcha/Factories/CaptchaFactory.php | 2 +- src/Captcha/Helpers/captcha.php | 2 +- src/Captcha/Traits/CaptchaTrait.php | 2 +- src/Config/Config.php | 2 +- src/Config/Contracts/ConfigInterface.php | 2 +- src/Config/Enums/ExceptionMessages.php | 2 +- src/Config/Exceptions/ConfigException.php | 2 +- src/Config/Helpers/config.php | 2 +- src/Console/CliCommand.php | 2 +- src/Console/CommandDiscovery.php | 2 +- src/Console/Commands/CronRunCommand.php | 2 +- src/Console/Commands/DebugBarCommand.php | 2 +- src/Console/Commands/EnvCommand.php | 2 +- src/Console/Commands/InstallToolkitCommand.php | 2 +- src/Console/Commands/KeyGenerateCommand.php | 2 +- src/Console/Commands/MigrationGenerateCommand.php | 2 +- src/Console/Commands/MigrationMigrateCommand.php | 2 +- src/Console/Commands/ModuleGenerateCommand.php | 2 +- src/Console/Commands/OpenApiCommand.php | 2 +- src/Console/Commands/ResourceCacheClearCommand.php | 2 +- src/Console/Commands/RouteListCommand.php | 2 +- src/Console/Commands/ServeCommand.php | 2 +- src/Console/Commands/VersionCommand.php | 2 +- src/Console/Contracts/CommandInterface.php | 2 +- src/Cookie/Contracts/CookieStorageInterface.php | 2 +- src/Cookie/Cookie.php | 2 +- src/Cookie/Helpers/cookie.php | 2 +- src/Cron/Contracts/CronTaskInterface.php | 2 +- src/Cron/CronManager.php | 2 +- src/Cron/CronTask.php | 2 +- src/Cron/Enums/ExceptionMessages.php | 2 +- src/Cron/Exceptions/CronException.php | 2 +- src/Cron/Helpers/cron.php | 2 +- src/Cron/Schedule.php | 2 +- src/Csrf/Csrf.php | 2 +- src/Csrf/Enums/ExceptionMessages.php | 2 +- src/Csrf/Exceptions/CsrfException.php | 2 +- src/Csrf/Helpers/csrf.php | 2 +- src/Database/Adapters/Idiorm/IdiormDbal.php | 2 +- src/Database/Adapters/Idiorm/IdiormPatch.php | 2 +- src/Database/Adapters/Idiorm/Statements/Criteria.php | 2 +- src/Database/Adapters/Idiorm/Statements/Join.php | 2 +- src/Database/Adapters/Idiorm/Statements/Model.php | 2 +- src/Database/Adapters/Idiorm/Statements/Query.php | 2 +- src/Database/Adapters/Idiorm/Statements/Reducer.php | 2 +- src/Database/Adapters/Idiorm/Statements/Result.php | 2 +- src/Database/Adapters/Idiorm/Statements/Transaction.php | 2 +- src/Database/Adapters/Sleekdb/SleekDbal.php | 2 +- src/Database/Adapters/Sleekdb/Statements/Criteria.php | 2 +- src/Database/Adapters/Sleekdb/Statements/Join.php | 2 +- src/Database/Adapters/Sleekdb/Statements/Model.php | 2 +- src/Database/Adapters/Sleekdb/Statements/Reducer.php | 2 +- src/Database/Adapters/Sleekdb/Statements/RelatedCriteria.php | 2 +- src/Database/Adapters/Sleekdb/Statements/Result.php | 2 +- src/Database/Contracts/DbalInterface.php | 2 +- src/Database/Contracts/RelationalInterface.php | 2 +- src/Database/Database.php | 2 +- src/Database/Enums/DatabaseType.php | 2 +- src/Database/Enums/ExceptionMessages.php | 2 +- src/Database/Enums/Key.php | 2 +- src/Database/Enums/Relation.php | 2 +- src/Database/Enums/Type.php | 2 +- src/Database/Exceptions/DatabaseException.php | 2 +- src/Database/Factories/TableFactory.php | 2 +- src/Database/Helpers/db.php | 2 +- src/Database/Schemas/Column.php | 2 +- src/Database/Schemas/Table.php | 2 +- src/Database/Traits/RelationalTrait.php | 2 +- src/Database/Traits/TableTrait.php | 2 +- src/Database/Traits/TransactionTrait.php | 2 +- src/Debugger/Contracts/DebuggerStoreInterface.php | 2 +- src/Debugger/Debugger.php | 2 +- src/Debugger/DebuggerStore.php | 2 +- src/Debugger/Helpers/debugger.php | 2 +- src/Di/Di.php | 2 +- src/Di/DiContainer.php | 2 +- src/Di/DiRegistry.php | 2 +- src/Di/Enums/ExceptionMessages.php | 2 +- src/Di/Exceptions/DiException.php | 2 +- src/Encryption/Adapters/AsymmetricEncryptionAdapter.php | 2 +- src/Encryption/Adapters/SymmetricEncryptionAdapter.php | 2 +- src/Encryption/Contracts/EncryptionInterface.php | 2 +- src/Encryption/Cryptor.php | 2 +- src/Encryption/Enums/CryptorType.php | 2 +- src/Encryption/Enums/ExceptionMessages.php | 2 +- src/Encryption/Exceptions/CryptorException.php | 2 +- src/Encryption/Factories/CryptorFactory.php | 2 +- src/Encryption/Helpers/encryption.php | 2 +- src/Environment/Enums/Env.php | 2 +- src/Environment/Enums/ExceptionMessages.php | 2 +- src/Environment/Environment.php | 2 +- src/Environment/Exceptions/EnvException.php | 2 +- src/Environment/Helpers/env.php | 2 +- src/Environment/Helpers/server.php | 2 +- src/Environment/Server.php | 2 +- src/Hasher/Enums/ExceptionMessages.php | 2 +- src/Hasher/Exceptions/HasherException.php | 2 +- src/Hasher/Hasher.php | 2 +- src/Hook/Enums/ExceptionMessages.php | 2 +- src/Hook/Exceptions/HookException.php | 2 +- src/Hook/Helpers/hook.php | 2 +- src/Hook/HookManager.php | 2 +- src/Http/Enums/ContentType.php | 2 +- src/Http/Enums/StatusCode.php | 2 +- src/Http/Exceptions/HttpException.php | 2 +- src/Http/Helpers/http.php | 2 +- src/Http/Request.php | 2 +- src/Http/Response.php | 2 +- src/Http/Traits/Request/Body.php | 2 +- src/Http/Traits/Request/File.php | 2 +- src/Http/Traits/Request/Header.php | 2 +- src/Http/Traits/Request/Internal.php | 2 +- src/Http/Traits/Request/Params.php | 2 +- src/Http/Traits/Request/Query.php | 2 +- src/Http/Traits/Request/RawInput.php | 2 +- src/Http/Traits/Request/Route.php | 2 +- src/Http/Traits/Request/Url.php | 2 +- src/Http/Traits/Response/Body.php | 2 +- src/Http/Traits/Response/Header.php | 2 +- src/Http/Traits/Response/Status.php | 2 +- src/HttpClient/Enums/ExceptionMessages.php | 2 +- src/HttpClient/Exceptions/HttpClientException.php | 2 +- src/HttpClient/HttpClient.php | 2 +- src/Jwt/Enums/ExceptionMessages.php | 2 +- src/Jwt/Exceptions/JwtException.php | 2 +- src/Jwt/JwtToken.php | 2 +- src/Lang/Enums/ExceptionMessages.php | 2 +- src/Lang/Exceptions/LangException.php | 2 +- src/Lang/Factories/LangFactory.php | 2 +- src/Lang/Helpers/lang.php | 2 +- src/Lang/Lang.php | 2 +- src/Lang/Translator.php | 2 +- src/Loader/Exceptions/LoaderException.php | 2 +- src/Loader/Loader.php | 2 +- src/Loader/Setup.php | 2 +- src/Logger/Adapters/DailyAdapter.php | 2 +- src/Logger/Adapters/MessageAdapter.php | 2 +- src/Logger/Adapters/SingleAdapter.php | 2 +- src/Logger/Contracts/ReportableInterface.php | 2 +- src/Logger/Enums/ExceptionMessages.php | 2 +- src/Logger/Enums/LoggerType.php | 2 +- src/Logger/Exceptions/LoggerException.php | 2 +- src/Logger/Factories/LoggerFactory.php | 2 +- src/Logger/Helpers/logger.php | 2 +- src/Logger/Logger.php | 2 +- src/Logger/LoggerConfig.php | 2 +- src/Logger/Traits/LoggerTrait.php | 2 +- src/Mailer/Adapters/MailgunAdapter.php | 2 +- src/Mailer/Adapters/MandrillAdapter.php | 2 +- src/Mailer/Adapters/ResendAdapter.php | 2 +- src/Mailer/Adapters/SendgridAdapter.php | 2 +- src/Mailer/Adapters/SendinblueAdapter.php | 2 +- src/Mailer/Adapters/SmtpAdapter.php | 2 +- src/Mailer/Contracts/MailerInterface.php | 2 +- src/Mailer/Enums/MailerType.php | 2 +- src/Mailer/Exceptions/MailerException.php | 2 +- src/Mailer/Factories/MailerFactory.php | 2 +- src/Mailer/Helpers/mailer.php | 2 +- src/Mailer/MailTrap.php | 2 +- src/Mailer/Mailer.php | 2 +- src/Mailer/Traits/MailerTrait.php | 2 +- src/Middleware/Enums/ExceptionMessages.php | 2 +- src/Middleware/Exceptions/MiddlewareException.php | 2 +- src/Middleware/Middleware.php | 2 +- src/Middleware/MiddlewareManager.php | 2 +- src/Migration/Enums/ExceptionMessages.php | 2 +- src/Migration/Exceptions/MigrationException.php | 2 +- src/Migration/Migration.php | 2 +- src/Migration/MigrationManager.php | 2 +- src/Migration/MigrationTable.php | 2 +- src/Migration/Templates/MigrationTemplate.php | 2 +- src/Model/DbModel.php | 2 +- src/Model/Enums/ExceptionMessages.php | 2 +- src/Model/Exceptions/ModelException.php | 2 +- src/Model/Factories/ModelFactory.php | 2 +- src/Model/Helpers/model.php | 2 +- src/Model/Model.php | 2 +- src/Model/ModelCollection.php | 2 +- src/Model/Traits/HasTimestamps.php | 2 +- src/Model/Traits/SoftDeletes.php | 2 +- src/Module/Enums/ExceptionMessages.php | 2 +- src/Module/Exceptions/ModuleException.php | 2 +- src/Module/ModuleLoader.php | 2 +- src/Module/ModuleManager.php | 2 +- .../Templates/DefaultApi/src/Controllers/MainController.php.tpl | 2 +- .../src/Controllers/OpenApi/OpenApiController.php.tpl | 2 +- .../src/Controllers/OpenApi/OpenApiMainController.php.tpl | 2 +- .../Templates/DefaultWeb/src/Controllers/MainController.php.tpl | 2 +- .../Templates/DemoApi/src/Controllers/AccountController.php.tpl | 2 +- .../Templates/DemoApi/src/Controllers/AuthController.php.tpl | 2 +- .../Templates/DemoApi/src/Controllers/BaseController.php.tpl | 2 +- .../Templates/DemoApi/src/Controllers/CommentController.php.tpl | 2 +- .../src/Controllers/OpenApi/OpenApiAccountController.php.tpl | 2 +- .../src/Controllers/OpenApi/OpenApiAuthController.php.tpl | 2 +- .../src/Controllers/OpenApi/OpenApiCommentController.php.tpl | 2 +- .../DemoApi/src/Controllers/OpenApi/OpenApiController.php.tpl | 2 +- .../src/Controllers/OpenApi/OpenApiPostController.php.tpl | 2 +- .../Templates/DemoApi/src/Controllers/PostController.php.tpl | 2 +- .../DemoApi/src/Controllers/PostManagementController.php.tpl | 2 +- src/Module/Templates/DemoApi/src/DTOs/CommentDTO.php.tpl | 2 +- src/Module/Templates/DemoApi/src/DTOs/PostDTO.php.tpl | 2 +- src/Module/Templates/DemoApi/src/DTOs/UserDTO.php.tpl | 2 +- src/Module/Templates/DemoApi/src/Enums/Role.php.tpl | 2 +- src/Module/Templates/DemoApi/src/Middlewares/Activate.php.tpl | 2 +- src/Module/Templates/DemoApi/src/Middlewares/Auth.php.tpl | 2 +- .../Templates/DemoApi/src/Middlewares/BaseMiddleware.php.tpl | 2 +- src/Module/Templates/DemoApi/src/Middlewares/Comment.php.tpl | 2 +- .../Templates/DemoApi/src/Middlewares/CommentOwner.php.tpl | 2 +- src/Module/Templates/DemoApi/src/Middlewares/Editor.php.tpl | 2 +- src/Module/Templates/DemoApi/src/Middlewares/Forget.php.tpl | 2 +- src/Module/Templates/DemoApi/src/Middlewares/Password.php.tpl | 2 +- src/Module/Templates/DemoApi/src/Middlewares/PostOwner.php.tpl | 2 +- src/Module/Templates/DemoApi/src/Middlewares/Resend.php.tpl | 2 +- src/Module/Templates/DemoApi/src/Middlewares/Reset.php.tpl | 2 +- src/Module/Templates/DemoApi/src/Middlewares/Signout.php.tpl | 2 +- src/Module/Templates/DemoApi/src/Middlewares/Signup.php.tpl | 2 +- src/Module/Templates/DemoApi/src/Middlewares/Update.php.tpl | 2 +- src/Module/Templates/DemoApi/src/Middlewares/Verify.php.tpl | 2 +- src/Module/Templates/DemoApi/src/Models/Comment.php.tpl | 2 +- src/Module/Templates/DemoApi/src/Models/Post.php.tpl | 2 +- src/Module/Templates/DemoApi/src/Models/User.php.tpl | 2 +- src/Module/Templates/DemoApi/src/Services/AuthService.php.tpl | 2 +- .../Templates/DemoApi/src/Services/CommentService.php.tpl | 2 +- src/Module/Templates/DemoApi/src/Services/PostService.php.tpl | 2 +- .../DemoApi/src/Transformers/CommentTransformer.php.tpl | 2 +- .../Templates/DemoApi/src/Transformers/PostTransformer.php.tpl | 2 +- .../Templates/DemoWeb/src/Controllers/AccountController.php.tpl | 2 +- .../Templates/DemoWeb/src/Controllers/AuthController.php.tpl | 2 +- .../Templates/DemoWeb/src/Controllers/BaseController.php.tpl | 2 +- .../Templates/DemoWeb/src/Controllers/CommentController.php.tpl | 2 +- .../Templates/DemoWeb/src/Controllers/PageController.php.tpl | 2 +- .../Templates/DemoWeb/src/Controllers/PostController.php.tpl | 2 +- .../DemoWeb/src/Controllers/PostManagementController.php.tpl | 2 +- src/Module/Templates/DemoWeb/src/DTOs/CommentDTO.php.tpl | 2 +- src/Module/Templates/DemoWeb/src/DTOs/PostDTO.php.tpl | 2 +- src/Module/Templates/DemoWeb/src/DTOs/UserDTO.php.tpl | 2 +- src/Module/Templates/DemoWeb/src/Enums/Role.php.tpl | 2 +- src/Module/Templates/DemoWeb/src/Middlewares/Activate.php.tpl | 2 +- src/Module/Templates/DemoWeb/src/Middlewares/Auth.php.tpl | 2 +- .../Templates/DemoWeb/src/Middlewares/BaseMiddleware.php.tpl | 2 +- src/Module/Templates/DemoWeb/src/Middlewares/Comment.php.tpl | 2 +- .../Templates/DemoWeb/src/Middlewares/CommentOwner.php.tpl | 2 +- src/Module/Templates/DemoWeb/src/Middlewares/Editor.php.tpl | 2 +- src/Module/Templates/DemoWeb/src/Middlewares/Forget.php.tpl | 2 +- src/Module/Templates/DemoWeb/src/Middlewares/Guest.php.tpl | 2 +- src/Module/Templates/DemoWeb/src/Middlewares/Password.php.tpl | 2 +- src/Module/Templates/DemoWeb/src/Middlewares/PostOwner.php.tpl | 2 +- src/Module/Templates/DemoWeb/src/Middlewares/Resend.php.tpl | 2 +- src/Module/Templates/DemoWeb/src/Middlewares/Reset.php.tpl | 2 +- src/Module/Templates/DemoWeb/src/Middlewares/Signup.php.tpl | 2 +- src/Module/Templates/DemoWeb/src/Middlewares/Update.php.tpl | 2 +- src/Module/Templates/DemoWeb/src/Middlewares/Verify.php.tpl | 2 +- src/Module/Templates/DemoWeb/src/Models/Comment.php.tpl | 2 +- src/Module/Templates/DemoWeb/src/Models/Post.php.tpl | 2 +- src/Module/Templates/DemoWeb/src/Models/User.php.tpl | 2 +- src/Module/Templates/DemoWeb/src/Services/AuthService.php.tpl | 2 +- .../Templates/DemoWeb/src/Services/CommandService.php.tpl | 2 +- .../Templates/DemoWeb/src/Services/CommentService.php.tpl | 2 +- src/Module/Templates/DemoWeb/src/Services/PostService.php.tpl | 2 +- .../DemoWeb/src/Transformers/CommentTransformer.php.tpl | 2 +- .../Templates/DemoWeb/src/Transformers/PostTransformer.php.tpl | 2 +- .../Templates/Toolkit/src/Controllers/BaseController.php.tpl | 2 +- .../Toolkit/src/Controllers/DashboardController.php.tpl | 2 +- .../Toolkit/src/Controllers/DatabaseController.php.tpl | 2 +- .../Templates/Toolkit/src/Controllers/EmailsController.php.tpl | 2 +- .../Templates/Toolkit/src/Controllers/LogsController.php.tpl | 2 +- .../Templates/Toolkit/src/Middlewares/BaseMiddleware.php.tpl | 2 +- src/Module/Templates/Toolkit/src/Middlewares/BasicAuth.php.tpl | 2 +- .../Templates/Toolkit/src/Middlewares/CreateTable.php.tpl | 2 +- .../Templates/Toolkit/src/Services/DashboardService.php.tpl | 2 +- .../Templates/Toolkit/src/Services/DatabaseService.php.tpl | 2 +- src/Module/Templates/Toolkit/src/Services/EmailService.php.tpl | 2 +- src/Module/Templates/Toolkit/src/Services/LogsService.php.tpl | 2 +- src/Module/Templates/Toolkit/src/helpers/toolkit.php.tpl | 2 +- src/Paginator/Adapters/ArrayPaginator.php | 2 +- src/Paginator/Adapters/ModelPaginator.php | 2 +- src/Paginator/Contracts/PaginatorInterface.php | 2 +- src/Paginator/Enums/ExceptionMessages.php | 2 +- src/Paginator/Enums/Pagination.php | 2 +- src/Paginator/Enums/PaginatorType.php | 2 +- src/Paginator/Exceptions/PaginatorException.php | 2 +- src/Paginator/Factories/PaginatorFactory.php | 2 +- src/Paginator/Paginator.php | 2 +- src/Paginator/Traits/PaginatorTrait.php | 2 +- src/RateLimit/Adapters/FileRateLimitAdapter.php | 2 +- src/RateLimit/Adapters/RedisRateLimitAdapter.php | 2 +- src/RateLimit/Contracts/RateLimitAdapterInterface.php | 2 +- src/RateLimit/Enums/ExceptionMessages.php | 2 +- src/RateLimit/Enums/RateLimitType.php | 2 +- src/RateLimit/Exceptions/RateLimitException.php | 2 +- src/RateLimit/Factories/RateLimiterFactory.php | 2 +- src/RateLimit/RateLimitMiddleware.php | 2 +- src/RateLimit/RateLimiter.php | 2 +- src/Renderer/Adapters/HtmlAdapter.php | 2 +- src/Renderer/Adapters/TwigAdapter.php | 2 +- src/Renderer/Contracts/TemplateRendererInterface.php | 2 +- src/Renderer/Enums/RendererType.php | 2 +- src/Renderer/Exceptions/RendererException.php | 2 +- src/Renderer/Factories/RendererFactory.php | 2 +- src/Renderer/Renderer.php | 2 +- src/ResourceCache/Exceptions/ResourceCacheException.php | 2 +- src/ResourceCache/ViewCache.php | 2 +- src/Router/Enums/ExceptionMessages.php | 2 +- src/Router/Exceptions/RouteException.php | 2 +- src/Router/Helpers/router.php | 2 +- src/Router/MatchedRoute.php | 2 +- src/Router/PatternCompiler.php | 2 +- src/Router/Route.php | 2 +- src/Router/RouteBuilder.php | 2 +- src/Router/RouteCollection.php | 2 +- src/Router/RouteDispatcher.php | 2 +- src/Router/RouteFinder.php | 2 +- src/Service/Exceptions/ServiceException.php | 2 +- src/Service/Factories/ServiceFactory.php | 2 +- src/Service/Helpers/service.php | 2 +- src/Service/Service.php | 2 +- src/Session/Adapters/Database/DatabaseHandler.php | 2 +- src/Session/Adapters/Database/DatabaseSessionAdapter.php | 2 +- src/Session/Adapters/Native/NativeSessionAdapter.php | 2 +- src/Session/Contracts/SessionStorageInterface.php | 2 +- src/Session/Enums/ExceptionMessages.php | 2 +- src/Session/Enums/SessionType.php | 2 +- src/Session/Exceptions/SessionException.php | 2 +- src/Session/Factories/SessionFactory.php | 2 +- src/Session/Helpers/session.php | 2 +- src/Session/Session.php | 2 +- src/Session/Traits/SessionTrait.php | 2 +- src/Storage/Adapters/Dropbox/DropboxApp.php | 2 +- src/Storage/Adapters/Dropbox/DropboxFileSystemAdapter.php | 2 +- src/Storage/Adapters/GoogleDrive/GoogleDriveApp.php | 2 +- .../Adapters/GoogleDrive/GoogleDriveFileSystemAdapter.php | 2 +- src/Storage/Adapters/Local/LocalFileSystemAdapter.php | 2 +- src/Storage/Contracts/CloudAppInterface.php | 2 +- src/Storage/Contracts/FilesystemAdapterInterface.php | 2 +- src/Storage/Contracts/LocalFilesystemAdapterInterface.php | 2 +- src/Storage/Contracts/TokenServiceInterface.php | 2 +- src/Storage/Enums/ExceptionMessages.php | 2 +- src/Storage/Enums/FileSystemType.php | 2 +- src/Storage/Exceptions/FileSystemException.php | 2 +- src/Storage/Exceptions/FileUploadException.php | 2 +- src/Storage/Factories/FileSystemFactory.php | 2 +- src/Storage/FileSystem.php | 2 +- src/Storage/Helpers/fs.php | 2 +- src/Storage/Traits/CloudAppTrait.php | 2 +- src/Storage/UploadedFile.php | 2 +- src/Storage/Uploads/UploadConfigProvider.php | 2 +- src/Storage/Uploads/UploadPolicy.php | 2 +- src/Storage/Uploads/UploadStorage.php | 2 +- src/Tracer/ErrorHandler.php | 2 +- src/Tracer/ExceptionSeverityResolver.php | 2 +- src/Tracer/StackTraceFormatter.php | 2 +- src/Tracer/WebExceptionRenderer.php | 2 +- src/Transformer/Contracts/TransformerInterface.php | 2 +- src/Transformer/Helpers/transformer.php | 2 +- src/Transformer/Transformer.php | 2 +- src/Validation/Rule.php | 2 +- src/Validation/Traits/File.php | 2 +- src/Validation/Traits/General.php | 2 +- src/Validation/Traits/Length.php | 2 +- src/Validation/Traits/Lists.php | 2 +- src/Validation/Traits/Resource.php | 2 +- src/Validation/Traits/Type.php | 2 +- src/Validation/Validator.php | 2 +- src/View/Enums/ExceptionMessages.php | 2 +- src/View/Exceptions/ViewException.php | 2 +- src/View/Factories/ViewFactory.php | 2 +- src/View/Helpers/view.php | 2 +- src/View/RawParam.php | 2 +- src/View/View.php | 2 +- 440 files changed, 440 insertions(+), 440 deletions(-) diff --git a/src/App/Adapters/AppAdapter.php b/src/App/Adapters/AppAdapter.php index c977d76f..597043d7 100644 --- a/src/App/Adapters/AppAdapter.php +++ b/src/App/Adapters/AppAdapter.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 c8e91f6b..2a2b8730 100644 --- a/src/App/Adapters/ConsoleAppAdapter.php +++ b/src/App/Adapters/ConsoleAppAdapter.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 789c4145..7280233e 100644 --- a/src/App/Adapters/WebAppAdapter.php +++ b/src/App/Adapters/WebAppAdapter.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 f033b6a6..aa4402cc 100644 --- a/src/App/App.php +++ b/src/App/App.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 1094e499..9e588cbc 100644 --- a/src/App/AppContext.php +++ b/src/App/AppContext.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 4b4e6665..77310e15 100644 --- a/src/App/BootPipeline.php +++ b/src/App/BootPipeline.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 a409191f..9f456b0e 100644 --- a/src/App/Contracts/AppInterface.php +++ b/src/App/Contracts/AppInterface.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 e36df77a..2fc19207 100644 --- a/src/App/Contracts/BootStageInterface.php +++ b/src/App/Contracts/BootStageInterface.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 168bea45..457fa844 100644 --- a/src/App/Enums/AppType.php +++ b/src/App/Enums/AppType.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 6415c049..f913d061 100644 --- a/src/App/Enums/ExceptionMessages.php +++ b/src/App/Enums/ExceptionMessages.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 a2d4c0e6..38fcea36 100644 --- a/src/App/Enums/ExitCode.php +++ b/src/App/Enums/ExitCode.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 eec84a37..976431c6 100644 --- a/src/App/Enums/ReservedKeys.php +++ b/src/App/Enums/ReservedKeys.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 f7fcbcd4..d6ac456e 100644 --- a/src/App/Exceptions/AppException.php +++ b/src/App/Exceptions/AppException.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 ec471863..bb43505c 100644 --- a/src/App/Exceptions/BaseException.php +++ b/src/App/Exceptions/BaseException.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 dee583b1..e83b2ac6 100644 --- a/src/App/Factories/AppFactory.php +++ b/src/App/Factories/AppFactory.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 6c434fa2..c005e414 100644 --- a/src/App/Helpers/app.php +++ b/src/App/Helpers/app.php @@ -8,6 +8,6 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 4413b380..e653e773 100644 --- a/src/App/Helpers/dir.php +++ b/src/App/Helpers/dir.php @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 786d0aae..2a09310c 100644 --- a/src/App/Helpers/misc.php +++ b/src/App/Helpers/misc.php @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 6bd6661d..b0d9e9d3 100644 --- a/src/App/Helpers/uuid.php +++ b/src/App/Helpers/uuid.php @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 80ed22da..56c9a31b 100644 --- a/src/App/Stages/InitDebuggerStage.php +++ b/src/App/Stages/InitDebuggerStage.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 70a233bb..693a8e88 100644 --- a/src/App/Stages/InitHttpStage.php +++ b/src/App/Stages/InitHttpStage.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 eda79084..663e1996 100644 --- a/src/App/Stages/LoadAppConfigStage.php +++ b/src/App/Stages/LoadAppConfigStage.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 dbfddaba..0abdbaf3 100644 --- a/src/App/Stages/LoadEnvironmentStage.php +++ b/src/App/Stages/LoadEnvironmentStage.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 bf424bd2..91a5f551 100644 --- a/src/App/Stages/LoadHelpersStage.php +++ b/src/App/Stages/LoadHelpersStage.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 33e360c5..31c60b1d 100644 --- a/src/App/Stages/LoadModulesStage.php +++ b/src/App/Stages/LoadModulesStage.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 e2056a27..3fa71a16 100644 --- a/src/App/Stages/SetupErrorHandlerStage.php +++ b/src/App/Stages/SetupErrorHandlerStage.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 bfdae026..b3e42fca 100644 --- a/src/App/Traits/ConsoleAppTrait.php +++ b/src/App/Traits/ConsoleAppTrait.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 91132d33..853db8ef 100644 --- a/src/App/Traits/WebAppTrait.php +++ b/src/App/Traits/WebAppTrait.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 d56576d9..a0a632b9 100644 --- a/src/Archive/Adapters/PharAdapter.php +++ b/src/Archive/Adapters/PharAdapter.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 2d06b0db..e07371d1 100644 --- a/src/Archive/Adapters/ZipAdapter.php +++ b/src/Archive/Adapters/ZipAdapter.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 4a9239b9..c86cccc5 100644 --- a/src/Archive/Archive.php +++ b/src/Archive/Archive.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 2279c91a..236c4721 100644 --- a/src/Archive/Contracts/ArchiveInterface.php +++ b/src/Archive/Contracts/ArchiveInterface.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 f5d1663c..f1defd8b 100644 --- a/src/Archive/Enums/ArchiveType.php +++ b/src/Archive/Enums/ArchiveType.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 d87a9d3a..b953cc5e 100644 --- a/src/Archive/Enums/ExceptionMessages.php +++ b/src/Archive/Enums/ExceptionMessages.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 d3e48817..6eaaa729 100644 --- a/src/Archive/Exceptions/ArchiveException.php +++ b/src/Archive/Exceptions/ArchiveException.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 67cf7de2..73242675 100644 --- a/src/Archive/Factories/ArchiveFactory.php +++ b/src/Archive/Factories/ArchiveFactory.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 0f896136..86eb20df 100644 --- a/src/Asset/Asset.php +++ b/src/Asset/Asset.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 d9d5cbb3..66a14e5f 100644 --- a/src/Asset/AssetManager.php +++ b/src/Asset/AssetManager.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 499deec7..ba284ecf 100644 --- a/src/Asset/Enums/ExceptionMessages.php +++ b/src/Asset/Enums/ExceptionMessages.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 94bc8179..81a73160 100644 --- a/src/Asset/Exceptions/AssetException.php +++ b/src/Asset/Exceptions/AssetException.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 3c36efa0..83a9ad0f 100644 --- a/src/Asset/Helpers/asset.php +++ b/src/Asset/Helpers/asset.php @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 669b7a21..ba415cbf 100644 --- a/src/Auth/Adapters/JwtAuthAdapter.php +++ b/src/Auth/Adapters/JwtAuthAdapter.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 358e0b3f..24a22055 100644 --- a/src/Auth/Adapters/SessionAuthAdapter.php +++ b/src/Auth/Adapters/SessionAuthAdapter.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 11b28fd0..d09b96bd 100644 --- a/src/Auth/Auth.php +++ b/src/Auth/Auth.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 5a93112a..f582e179 100644 --- a/src/Auth/Contracts/AuthServiceInterface.php +++ b/src/Auth/Contracts/AuthServiceInterface.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 f5c43fc4..61096ba1 100644 --- a/src/Auth/Contracts/AuthenticatableInterface.php +++ b/src/Auth/Contracts/AuthenticatableInterface.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 a5253355..b2866493 100644 --- a/src/Auth/Enums/AuthKeys.php +++ b/src/Auth/Enums/AuthKeys.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 301be8e0..2339087b 100644 --- a/src/Auth/Enums/AuthType.php +++ b/src/Auth/Enums/AuthType.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 669c3383..0132e501 100644 --- a/src/Auth/Enums/ExceptionMessages.php +++ b/src/Auth/Enums/ExceptionMessages.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 f9b69b09..0e14861f 100644 --- a/src/Auth/Exceptions/AuthException.php +++ b/src/Auth/Exceptions/AuthException.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 3a9a0b16..92c5d671 100644 --- a/src/Auth/Factories/AuthFactory.php +++ b/src/Auth/Factories/AuthFactory.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 e2644389..0ddf5f5d 100644 --- a/src/Auth/Helpers/auth.php +++ b/src/Auth/Helpers/auth.php @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 3d651b05..7364a074 100644 --- a/src/Auth/Traits/AuthTrait.php +++ b/src/Auth/Traits/AuthTrait.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 ffd472fe..41983f33 100644 --- a/src/Auth/User.php +++ b/src/Auth/User.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 0c884ffe..4957b964 100644 --- a/src/Cache/Adapters/DatabaseAdapter.php +++ b/src/Cache/Adapters/DatabaseAdapter.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 08686dbf..b8677a9d 100644 --- a/src/Cache/Adapters/FileAdapter.php +++ b/src/Cache/Adapters/FileAdapter.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 1f982195..3be9dc57 100644 --- a/src/Cache/Adapters/MemcachedAdapter.php +++ b/src/Cache/Adapters/MemcachedAdapter.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 d7f28102..818f8761 100644 --- a/src/Cache/Adapters/RedisAdapter.php +++ b/src/Cache/Adapters/RedisAdapter.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 74ebb1cf..f28157e3 100644 --- a/src/Cache/Cache.php +++ b/src/Cache/Cache.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 9def14b3..ae9eb7a1 100644 --- a/src/Cache/Enums/CacheType.php +++ b/src/Cache/Enums/CacheType.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 04942326..5dc4f5bb 100644 --- a/src/Cache/Enums/ExceptionMessages.php +++ b/src/Cache/Enums/ExceptionMessages.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 d9889593..2a6c6f10 100644 --- a/src/Cache/Exceptions/CacheException.php +++ b/src/Cache/Exceptions/CacheException.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 8c3d2ce0..2f12d2df 100644 --- a/src/Cache/Factories/CacheFactory.php +++ b/src/Cache/Factories/CacheFactory.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 9a2d3b2f..7c85510c 100644 --- a/src/Cache/Helpers/cache.php +++ b/src/Cache/Helpers/cache.php @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 30f1370c..7a2bef12 100644 --- a/src/Cache/Traits/CacheTrait.php +++ b/src/Cache/Traits/CacheTrait.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 6bc1b607..91cac29e 100644 --- a/src/Captcha/Adapters/HcaptchaAdapter.php +++ b/src/Captcha/Adapters/HcaptchaAdapter.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 f5f7e29d..9e08c060 100644 --- a/src/Captcha/Adapters/RecaptchaAdapter.php +++ b/src/Captcha/Adapters/RecaptchaAdapter.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 1ef244d6..38401a10 100644 --- a/src/Captcha/Captcha.php +++ b/src/Captcha/Captcha.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 70a10f30..e1e1ecc5 100644 --- a/src/Captcha/Contracts/CaptchaInterface.php +++ b/src/Captcha/Contracts/CaptchaInterface.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 88d0e09e..f5aa7301 100644 --- a/src/Captcha/Enums/CaptchaType.php +++ b/src/Captcha/Enums/CaptchaType.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 62288126..61630ff9 100644 --- a/src/Captcha/Exceptions/CaptchaException.php +++ b/src/Captcha/Exceptions/CaptchaException.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 5b88531c..314160a2 100644 --- a/src/Captcha/Factories/CaptchaFactory.php +++ b/src/Captcha/Factories/CaptchaFactory.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 e0d34fee..3e9a3a69 100644 --- a/src/Captcha/Helpers/captcha.php +++ b/src/Captcha/Helpers/captcha.php @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 a5a4bb6a..b8dc04e6 100644 --- a/src/Captcha/Traits/CaptchaTrait.php +++ b/src/Captcha/Traits/CaptchaTrait.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 87a3e4f1..8cd4c2df 100644 --- a/src/Config/Config.php +++ b/src/Config/Config.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 1e1e259e..e4889090 100644 --- a/src/Config/Contracts/ConfigInterface.php +++ b/src/Config/Contracts/ConfigInterface.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 71497275..a4bc8aa1 100644 --- a/src/Config/Enums/ExceptionMessages.php +++ b/src/Config/Enums/ExceptionMessages.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 1d42fa4a..fdbafc31 100644 --- a/src/Config/Exceptions/ConfigException.php +++ b/src/Config/Exceptions/ConfigException.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 8b514bbb..05161449 100644 --- a/src/Config/Helpers/config.php +++ b/src/Config/Helpers/config.php @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 ae15361f..a066a433 100644 --- a/src/Console/CliCommand.php +++ b/src/Console/CliCommand.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 3018c235..27cb509c 100644 --- a/src/Console/CommandDiscovery.php +++ b/src/Console/CommandDiscovery.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 0f3e7a71..5982c1eb 100644 --- a/src/Console/Commands/CronRunCommand.php +++ b/src/Console/Commands/CronRunCommand.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 03f32361..ae059517 100644 --- a/src/Console/Commands/DebugBarCommand.php +++ b/src/Console/Commands/DebugBarCommand.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 eba436d7..0aedec53 100644 --- a/src/Console/Commands/EnvCommand.php +++ b/src/Console/Commands/EnvCommand.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 d4a08686..75e14788 100644 --- a/src/Console/Commands/InstallToolkitCommand.php +++ b/src/Console/Commands/InstallToolkitCommand.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 553bf4c6..f1e71d11 100644 --- a/src/Console/Commands/KeyGenerateCommand.php +++ b/src/Console/Commands/KeyGenerateCommand.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 49169c32..4d3165f4 100644 --- a/src/Console/Commands/MigrationGenerateCommand.php +++ b/src/Console/Commands/MigrationGenerateCommand.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 e9ec483b..7f4b074f 100644 --- a/src/Console/Commands/MigrationMigrateCommand.php +++ b/src/Console/Commands/MigrationMigrateCommand.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 2d7f14d0..e2be3ee9 100644 --- a/src/Console/Commands/ModuleGenerateCommand.php +++ b/src/Console/Commands/ModuleGenerateCommand.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 5f5b6914..0f1f155f 100644 --- a/src/Console/Commands/OpenApiCommand.php +++ b/src/Console/Commands/OpenApiCommand.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 db7c7641..6229e02c 100644 --- a/src/Console/Commands/ResourceCacheClearCommand.php +++ b/src/Console/Commands/ResourceCacheClearCommand.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 fd5c620d..7b45a56d 100644 --- a/src/Console/Commands/RouteListCommand.php +++ b/src/Console/Commands/RouteListCommand.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 483f1d74..2c374a6c 100644 --- a/src/Console/Commands/ServeCommand.php +++ b/src/Console/Commands/ServeCommand.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 1b21d12e..349348bd 100644 --- a/src/Console/Commands/VersionCommand.php +++ b/src/Console/Commands/VersionCommand.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 eb287d5b..33d17d46 100644 --- a/src/Console/Contracts/CommandInterface.php +++ b/src/Console/Contracts/CommandInterface.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 9c46f135..a7d4a385 100644 --- a/src/Cookie/Contracts/CookieStorageInterface.php +++ b/src/Cookie/Contracts/CookieStorageInterface.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 44399f65..d990e019 100644 --- a/src/Cookie/Cookie.php +++ b/src/Cookie/Cookie.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 75d82cdd..a61fe772 100644 --- a/src/Cookie/Helpers/cookie.php +++ b/src/Cookie/Helpers/cookie.php @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 403e41a5..ea0feeb9 100644 --- a/src/Cron/Contracts/CronTaskInterface.php +++ b/src/Cron/Contracts/CronTaskInterface.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 2edead89..c6c9495a 100644 --- a/src/Cron/CronManager.php +++ b/src/Cron/CronManager.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 fabd9d23..198a7b9a 100644 --- a/src/Cron/CronTask.php +++ b/src/Cron/CronTask.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 7b497d01..0ba64695 100644 --- a/src/Cron/Enums/ExceptionMessages.php +++ b/src/Cron/Enums/ExceptionMessages.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 211fc0e9..4902113e 100644 --- a/src/Cron/Exceptions/CronException.php +++ b/src/Cron/Exceptions/CronException.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 f5bc161e..d4a0552f 100644 --- a/src/Cron/Helpers/cron.php +++ b/src/Cron/Helpers/cron.php @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 be715785..8d28d7bc 100644 --- a/src/Cron/Schedule.php +++ b/src/Cron/Schedule.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 38c1d730..ba0688c4 100644 --- a/src/Csrf/Csrf.php +++ b/src/Csrf/Csrf.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 95c0f7cb..036b2744 100644 --- a/src/Csrf/Enums/ExceptionMessages.php +++ b/src/Csrf/Enums/ExceptionMessages.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 8b316590..eb5feaf5 100644 --- a/src/Csrf/Exceptions/CsrfException.php +++ b/src/Csrf/Exceptions/CsrfException.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 97aae6a9..d275e03e 100644 --- a/src/Csrf/Helpers/csrf.php +++ b/src/Csrf/Helpers/csrf.php @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 f1063284..e60a1681 100644 --- a/src/Database/Adapters/Idiorm/IdiormDbal.php +++ b/src/Database/Adapters/Idiorm/IdiormDbal.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 49af6428..f8ee0ec1 100644 --- a/src/Database/Adapters/Idiorm/IdiormPatch.php +++ b/src/Database/Adapters/Idiorm/IdiormPatch.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 aa5ccb9d..537c9b3f 100644 --- a/src/Database/Adapters/Idiorm/Statements/Criteria.php +++ b/src/Database/Adapters/Idiorm/Statements/Criteria.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 3cc05578..8f001b5e 100644 --- a/src/Database/Adapters/Idiorm/Statements/Join.php +++ b/src/Database/Adapters/Idiorm/Statements/Join.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 5d55377f..c52e7d3d 100644 --- a/src/Database/Adapters/Idiorm/Statements/Model.php +++ b/src/Database/Adapters/Idiorm/Statements/Model.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 ae724f89..248805d5 100644 --- a/src/Database/Adapters/Idiorm/Statements/Query.php +++ b/src/Database/Adapters/Idiorm/Statements/Query.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 cd79e509..80a14271 100644 --- a/src/Database/Adapters/Idiorm/Statements/Reducer.php +++ b/src/Database/Adapters/Idiorm/Statements/Reducer.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 c50d37ad..d71a836e 100644 --- a/src/Database/Adapters/Idiorm/Statements/Result.php +++ b/src/Database/Adapters/Idiorm/Statements/Result.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 5fd63a7a..5a77e734 100644 --- a/src/Database/Adapters/Idiorm/Statements/Transaction.php +++ b/src/Database/Adapters/Idiorm/Statements/Transaction.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 83f01521..4a03cfdc 100644 --- a/src/Database/Adapters/Sleekdb/SleekDbal.php +++ b/src/Database/Adapters/Sleekdb/SleekDbal.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 b6eb3cf4..cfa2cb83 100644 --- a/src/Database/Adapters/Sleekdb/Statements/Criteria.php +++ b/src/Database/Adapters/Sleekdb/Statements/Criteria.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 da9ced78..5772eee4 100644 --- a/src/Database/Adapters/Sleekdb/Statements/Join.php +++ b/src/Database/Adapters/Sleekdb/Statements/Join.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 f3ddd415..6b63bd49 100644 --- a/src/Database/Adapters/Sleekdb/Statements/Model.php +++ b/src/Database/Adapters/Sleekdb/Statements/Model.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 84f436c0..a6a3aa0c 100644 --- a/src/Database/Adapters/Sleekdb/Statements/Reducer.php +++ b/src/Database/Adapters/Sleekdb/Statements/Reducer.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 9de49094..8e92ce81 100644 --- a/src/Database/Adapters/Sleekdb/Statements/RelatedCriteria.php +++ b/src/Database/Adapters/Sleekdb/Statements/RelatedCriteria.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 b446e0f3..ee9f1740 100644 --- a/src/Database/Adapters/Sleekdb/Statements/Result.php +++ b/src/Database/Adapters/Sleekdb/Statements/Result.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 bf2f422a..8521d594 100644 --- a/src/Database/Contracts/DbalInterface.php +++ b/src/Database/Contracts/DbalInterface.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 003bd636..b0a94182 100644 --- a/src/Database/Contracts/RelationalInterface.php +++ b/src/Database/Contracts/RelationalInterface.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 9b857bcd..5c972197 100644 --- a/src/Database/Database.php +++ b/src/Database/Database.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 b0614b27..e34e26c0 100644 --- a/src/Database/Enums/DatabaseType.php +++ b/src/Database/Enums/DatabaseType.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 462b855d..549423db 100644 --- a/src/Database/Enums/ExceptionMessages.php +++ b/src/Database/Enums/ExceptionMessages.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 6d756356..766d759e 100644 --- a/src/Database/Enums/Key.php +++ b/src/Database/Enums/Key.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 76dfc0a5..26cc460a 100644 --- a/src/Database/Enums/Relation.php +++ b/src/Database/Enums/Relation.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 db12d755..5786d2ef 100644 --- a/src/Database/Enums/Type.php +++ b/src/Database/Enums/Type.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 31d266ed..c0d2e783 100644 --- a/src/Database/Exceptions/DatabaseException.php +++ b/src/Database/Exceptions/DatabaseException.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 c2d61ccd..db180dd5 100644 --- a/src/Database/Factories/TableFactory.php +++ b/src/Database/Factories/TableFactory.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 0333d56c..7933962e 100644 --- a/src/Database/Helpers/db.php +++ b/src/Database/Helpers/db.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 9730976b..9fe6d211 100644 --- a/src/Database/Schemas/Column.php +++ b/src/Database/Schemas/Column.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 645ceaa8..47f2429f 100644 --- a/src/Database/Schemas/Table.php +++ b/src/Database/Schemas/Table.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 af772e88..f06a2290 100644 --- a/src/Database/Traits/RelationalTrait.php +++ b/src/Database/Traits/RelationalTrait.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 d2e69f9a..e954209f 100644 --- a/src/Database/Traits/TableTrait.php +++ b/src/Database/Traits/TableTrait.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 baacaa3b..f3fd3f51 100644 --- a/src/Database/Traits/TransactionTrait.php +++ b/src/Database/Traits/TransactionTrait.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 df2d87df..6f860f13 100644 --- a/src/Debugger/Contracts/DebuggerStoreInterface.php +++ b/src/Debugger/Contracts/DebuggerStoreInterface.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 e9bf8780..dad00f0b 100644 --- a/src/Debugger/Debugger.php +++ b/src/Debugger/Debugger.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 f342ee0c..ea90829c 100644 --- a/src/Debugger/DebuggerStore.php +++ b/src/Debugger/DebuggerStore.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 dcc2391b..c17aa1ca 100644 --- a/src/Debugger/Helpers/debugger.php +++ b/src/Debugger/Helpers/debugger.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 e0845ff9..d3bbc932 100644 --- a/src/Di/Di.php +++ b/src/Di/Di.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 f63c31d1..81092d66 100644 --- a/src/Di/DiContainer.php +++ b/src/Di/DiContainer.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 53924e0c..1070813a 100644 --- a/src/Di/DiRegistry.php +++ b/src/Di/DiRegistry.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 9a14127e..dbdb6194 100644 --- a/src/Di/Enums/ExceptionMessages.php +++ b/src/Di/Enums/ExceptionMessages.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 4e29fba5..76ffdded 100644 --- a/src/Di/Exceptions/DiException.php +++ b/src/Di/Exceptions/DiException.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 71f9bc8c..58c7976c 100644 --- a/src/Encryption/Adapters/AsymmetricEncryptionAdapter.php +++ b/src/Encryption/Adapters/AsymmetricEncryptionAdapter.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 77106b34..feffc117 100644 --- a/src/Encryption/Adapters/SymmetricEncryptionAdapter.php +++ b/src/Encryption/Adapters/SymmetricEncryptionAdapter.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 4dc6e181..8f5d85ef 100644 --- a/src/Encryption/Contracts/EncryptionInterface.php +++ b/src/Encryption/Contracts/EncryptionInterface.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 fb1f0010..6291bebb 100644 --- a/src/Encryption/Cryptor.php +++ b/src/Encryption/Cryptor.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 dfe243e6..3b6451b5 100644 --- a/src/Encryption/Enums/CryptorType.php +++ b/src/Encryption/Enums/CryptorType.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 95434783..df7f91d2 100644 --- a/src/Encryption/Enums/ExceptionMessages.php +++ b/src/Encryption/Enums/ExceptionMessages.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 f3ba39c2..cf9b97de 100644 --- a/src/Encryption/Exceptions/CryptorException.php +++ b/src/Encryption/Exceptions/CryptorException.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 76721d85..2416ee85 100644 --- a/src/Encryption/Factories/CryptorFactory.php +++ b/src/Encryption/Factories/CryptorFactory.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 fcab3d77..c799800f 100644 --- a/src/Encryption/Helpers/encryption.php +++ b/src/Encryption/Helpers/encryption.php @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 33c595f7..4bd72bf6 100644 --- a/src/Environment/Enums/Env.php +++ b/src/Environment/Enums/Env.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 2684a67d..52758a45 100644 --- a/src/Environment/Enums/ExceptionMessages.php +++ b/src/Environment/Enums/ExceptionMessages.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 92399f62..b5002b76 100644 --- a/src/Environment/Environment.php +++ b/src/Environment/Environment.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 1408bef4..63776583 100644 --- a/src/Environment/Exceptions/EnvException.php +++ b/src/Environment/Exceptions/EnvException.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 70b84fc5..1c04dccc 100644 --- a/src/Environment/Helpers/env.php +++ b/src/Environment/Helpers/env.php @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 8817bcf0..d615a4f6 100644 --- a/src/Environment/Helpers/server.php +++ b/src/Environment/Helpers/server.php @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 c616294c..119694f2 100644 --- a/src/Environment/Server.php +++ b/src/Environment/Server.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 1100a182..8e1b2aa4 100644 --- a/src/Hasher/Enums/ExceptionMessages.php +++ b/src/Hasher/Enums/ExceptionMessages.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 60fe4d88..70ade083 100644 --- a/src/Hasher/Exceptions/HasherException.php +++ b/src/Hasher/Exceptions/HasherException.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 02f17429..6e88c2dd 100644 --- a/src/Hasher/Hasher.php +++ b/src/Hasher/Hasher.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 280a6270..4d15bab6 100644 --- a/src/Hook/Enums/ExceptionMessages.php +++ b/src/Hook/Enums/ExceptionMessages.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 a912fc97..60dbdb5d 100644 --- a/src/Hook/Exceptions/HookException.php +++ b/src/Hook/Exceptions/HookException.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 c12831ef..58a87b6f 100644 --- a/src/Hook/Helpers/hook.php +++ b/src/Hook/Helpers/hook.php @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 1d6f5c4f..2961c85d 100644 --- a/src/Hook/HookManager.php +++ b/src/Hook/HookManager.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 ca623014..d6e0e0b3 100644 --- a/src/Http/Enums/ContentType.php +++ b/src/Http/Enums/ContentType.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 3c62c229..63e37a5d 100644 --- a/src/Http/Enums/StatusCode.php +++ b/src/Http/Enums/StatusCode.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 2efac0fd..7164c48d 100644 --- a/src/Http/Exceptions/HttpException.php +++ b/src/Http/Exceptions/HttpException.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 090cbe81..c2a38510 100644 --- a/src/Http/Helpers/http.php +++ b/src/Http/Helpers/http.php @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 6fc5d959..8593381c 100644 --- a/src/Http/Request.php +++ b/src/Http/Request.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 897b2364..881f75ab 100644 --- a/src/Http/Response.php +++ b/src/Http/Response.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 f548bb9b..2043e0d4 100644 --- a/src/Http/Traits/Request/Body.php +++ b/src/Http/Traits/Request/Body.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 bcff90f7..74902205 100644 --- a/src/Http/Traits/Request/File.php +++ b/src/Http/Traits/Request/File.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 e544ebd0..48d796f4 100644 --- a/src/Http/Traits/Request/Header.php +++ b/src/Http/Traits/Request/Header.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 de1b88df..0e421762 100644 --- a/src/Http/Traits/Request/Internal.php +++ b/src/Http/Traits/Request/Internal.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 a471f471..3e1bdd09 100644 --- a/src/Http/Traits/Request/Params.php +++ b/src/Http/Traits/Request/Params.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 9288df7b..90ace61f 100644 --- a/src/Http/Traits/Request/Query.php +++ b/src/Http/Traits/Request/Query.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 e29ef09a..93fb8008 100644 --- a/src/Http/Traits/Request/RawInput.php +++ b/src/Http/Traits/Request/RawInput.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 863b8a08..ede02467 100644 --- a/src/Http/Traits/Request/Route.php +++ b/src/Http/Traits/Request/Route.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 debb9dd6..89aa7f9f 100644 --- a/src/Http/Traits/Request/Url.php +++ b/src/Http/Traits/Request/Url.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 d7811e7c..73b1b2b5 100644 --- a/src/Http/Traits/Response/Body.php +++ b/src/Http/Traits/Response/Body.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 f1d76512..99e2b3d9 100644 --- a/src/Http/Traits/Response/Header.php +++ b/src/Http/Traits/Response/Header.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 89aa613a..580c8808 100644 --- a/src/Http/Traits/Response/Status.php +++ b/src/Http/Traits/Response/Status.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 8a445444..0a1493bc 100644 --- a/src/HttpClient/Enums/ExceptionMessages.php +++ b/src/HttpClient/Enums/ExceptionMessages.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 c94643be..8ceae9bb 100644 --- a/src/HttpClient/Exceptions/HttpClientException.php +++ b/src/HttpClient/Exceptions/HttpClientException.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 57765eaa..2cc2278a 100644 --- a/src/HttpClient/HttpClient.php +++ b/src/HttpClient/HttpClient.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 8517911a..650dc682 100644 --- a/src/Jwt/Enums/ExceptionMessages.php +++ b/src/Jwt/Enums/ExceptionMessages.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 d831e795..39fddeb4 100644 --- a/src/Jwt/Exceptions/JwtException.php +++ b/src/Jwt/Exceptions/JwtException.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 cbe03bec..42d029e6 100644 --- a/src/Jwt/JwtToken.php +++ b/src/Jwt/JwtToken.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 f8cb6cf9..634a1ba5 100644 --- a/src/Lang/Enums/ExceptionMessages.php +++ b/src/Lang/Enums/ExceptionMessages.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 c8233282..fdacc87c 100644 --- a/src/Lang/Exceptions/LangException.php +++ b/src/Lang/Exceptions/LangException.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 9f55bf0e..7e520902 100644 --- a/src/Lang/Factories/LangFactory.php +++ b/src/Lang/Factories/LangFactory.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 abb66f99..06671848 100644 --- a/src/Lang/Helpers/lang.php +++ b/src/Lang/Helpers/lang.php @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 3ee64f42..c0c685fd 100644 --- a/src/Lang/Lang.php +++ b/src/Lang/Lang.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 d970edc1..f7b59a62 100644 --- a/src/Lang/Translator.php +++ b/src/Lang/Translator.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 6cdbbfa6..8951f489 100644 --- a/src/Loader/Exceptions/LoaderException.php +++ b/src/Loader/Exceptions/LoaderException.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 c9c492c3..cc1bc96b 100644 --- a/src/Loader/Loader.php +++ b/src/Loader/Loader.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 bcd0d5da..03fbf05d 100644 --- a/src/Loader/Setup.php +++ b/src/Loader/Setup.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 b8c6e98d..702317f5 100644 --- a/src/Logger/Adapters/DailyAdapter.php +++ b/src/Logger/Adapters/DailyAdapter.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 a19384e6..448ad1b6 100644 --- a/src/Logger/Adapters/MessageAdapter.php +++ b/src/Logger/Adapters/MessageAdapter.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 f85d9ce5..abf1838a 100644 --- a/src/Logger/Adapters/SingleAdapter.php +++ b/src/Logger/Adapters/SingleAdapter.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 0816c980..8660d4df 100644 --- a/src/Logger/Contracts/ReportableInterface.php +++ b/src/Logger/Contracts/ReportableInterface.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 0b36864e..40fa2e3a 100644 --- a/src/Logger/Enums/ExceptionMessages.php +++ b/src/Logger/Enums/ExceptionMessages.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 db9d5a66..cf306212 100644 --- a/src/Logger/Enums/LoggerType.php +++ b/src/Logger/Enums/LoggerType.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 fa845785..de55d44a 100644 --- a/src/Logger/Exceptions/LoggerException.php +++ b/src/Logger/Exceptions/LoggerException.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 f494040b..b1bb39c6 100644 --- a/src/Logger/Factories/LoggerFactory.php +++ b/src/Logger/Factories/LoggerFactory.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 1ba2036a..fb6bff68 100644 --- a/src/Logger/Helpers/logger.php +++ b/src/Logger/Helpers/logger.php @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 b1b99ee9..0da6da95 100644 --- a/src/Logger/Logger.php +++ b/src/Logger/Logger.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 9333db11..ed1042da 100644 --- a/src/Logger/LoggerConfig.php +++ b/src/Logger/LoggerConfig.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 0e48bd7b..88eff7c3 100644 --- a/src/Logger/Traits/LoggerTrait.php +++ b/src/Logger/Traits/LoggerTrait.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 ce09878b..f875f2c6 100644 --- a/src/Mailer/Adapters/MailgunAdapter.php +++ b/src/Mailer/Adapters/MailgunAdapter.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 80126f90..9a376c85 100644 --- a/src/Mailer/Adapters/MandrillAdapter.php +++ b/src/Mailer/Adapters/MandrillAdapter.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 71cf77a8..11605288 100644 --- a/src/Mailer/Adapters/ResendAdapter.php +++ b/src/Mailer/Adapters/ResendAdapter.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 13087c19..a15b743d 100644 --- a/src/Mailer/Adapters/SendgridAdapter.php +++ b/src/Mailer/Adapters/SendgridAdapter.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 2f11db4e..1abfbd23 100644 --- a/src/Mailer/Adapters/SendinblueAdapter.php +++ b/src/Mailer/Adapters/SendinblueAdapter.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 36b4b3ba..76fb65c1 100644 --- a/src/Mailer/Adapters/SmtpAdapter.php +++ b/src/Mailer/Adapters/SmtpAdapter.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 f6820177..76d172ff 100644 --- a/src/Mailer/Contracts/MailerInterface.php +++ b/src/Mailer/Contracts/MailerInterface.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 96e350a8..4a8c3120 100644 --- a/src/Mailer/Enums/MailerType.php +++ b/src/Mailer/Enums/MailerType.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 f67144dc..facc443f 100644 --- a/src/Mailer/Exceptions/MailerException.php +++ b/src/Mailer/Exceptions/MailerException.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 649514f5..a503782f 100644 --- a/src/Mailer/Factories/MailerFactory.php +++ b/src/Mailer/Factories/MailerFactory.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 60ddef59..81fb688c 100644 --- a/src/Mailer/Helpers/mailer.php +++ b/src/Mailer/Helpers/mailer.php @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 c253d1bd..6e03ca8f 100644 --- a/src/Mailer/MailTrap.php +++ b/src/Mailer/MailTrap.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 45a5a5ff..c050d7e7 100644 --- a/src/Mailer/Mailer.php +++ b/src/Mailer/Mailer.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 e7ac38be..74448f18 100644 --- a/src/Mailer/Traits/MailerTrait.php +++ b/src/Mailer/Traits/MailerTrait.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 c89460c4..4c4e366d 100644 --- a/src/Middleware/Enums/ExceptionMessages.php +++ b/src/Middleware/Enums/ExceptionMessages.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 e8f8402c..74e879cf 100644 --- a/src/Middleware/Exceptions/MiddlewareException.php +++ b/src/Middleware/Exceptions/MiddlewareException.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 488401f7..a9f5b595 100644 --- a/src/Middleware/Middleware.php +++ b/src/Middleware/Middleware.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 ebe5c57e..6e5403fd 100644 --- a/src/Middleware/MiddlewareManager.php +++ b/src/Middleware/MiddlewareManager.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 90ed758f..56e78498 100644 --- a/src/Migration/Enums/ExceptionMessages.php +++ b/src/Migration/Enums/ExceptionMessages.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 6edb5818..9ba4c38f 100644 --- a/src/Migration/Exceptions/MigrationException.php +++ b/src/Migration/Exceptions/MigrationException.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 e9f45a4b..6da28420 100644 --- a/src/Migration/Migration.php +++ b/src/Migration/Migration.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 a9a2c6a5..9c4ca923 100644 --- a/src/Migration/MigrationManager.php +++ b/src/Migration/MigrationManager.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 57324197..82eee603 100644 --- a/src/Migration/MigrationTable.php +++ b/src/Migration/MigrationTable.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 20b8a051..2671f596 100644 --- a/src/Migration/Templates/MigrationTemplate.php +++ b/src/Migration/Templates/MigrationTemplate.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 eb40a506..adeb6d71 100644 --- a/src/Model/DbModel.php +++ b/src/Model/DbModel.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 d670277d..23996ede 100644 --- a/src/Model/Enums/ExceptionMessages.php +++ b/src/Model/Enums/ExceptionMessages.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 ac9b442f..8cbaa802 100644 --- a/src/Model/Exceptions/ModelException.php +++ b/src/Model/Exceptions/ModelException.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 5d20c4b5..0e1fc395 100644 --- a/src/Model/Factories/ModelFactory.php +++ b/src/Model/Factories/ModelFactory.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 f3167a20..f026b7d5 100644 --- a/src/Model/Helpers/model.php +++ b/src/Model/Helpers/model.php @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 3723073f..842b85d3 100644 --- a/src/Model/Model.php +++ b/src/Model/Model.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 64876397..7db12f85 100644 --- a/src/Model/ModelCollection.php +++ b/src/Model/ModelCollection.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 717b9f16..63e7ce82 100644 --- a/src/Model/Traits/HasTimestamps.php +++ b/src/Model/Traits/HasTimestamps.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 9b2dc760..b842643b 100644 --- a/src/Model/Traits/SoftDeletes.php +++ b/src/Model/Traits/SoftDeletes.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 79fc61cd..8f1a4adb 100644 --- a/src/Module/Enums/ExceptionMessages.php +++ b/src/Module/Enums/ExceptionMessages.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 c7894bea..36d3cb59 100644 --- a/src/Module/Exceptions/ModuleException.php +++ b/src/Module/Exceptions/ModuleException.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 dae948dc..2794bd9e 100644 --- a/src/Module/ModuleLoader.php +++ b/src/Module/ModuleLoader.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 b6d8790b..fb48c314 100644 --- a/src/Module/ModuleManager.php +++ b/src/Module/ModuleManager.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 446f0174..89f04960 100644 --- a/src/Module/Templates/DefaultApi/src/Controllers/MainController.php.tpl +++ b/src/Module/Templates/DefaultApi/src/Controllers/MainController.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 683e5337..30b63189 100644 --- a/src/Module/Templates/DefaultApi/src/Controllers/OpenApi/OpenApiController.php.tpl +++ b/src/Module/Templates/DefaultApi/src/Controllers/OpenApi/OpenApiController.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 a5ac76f9..970b4c02 100644 --- a/src/Module/Templates/DefaultApi/src/Controllers/OpenApi/OpenApiMainController.php.tpl +++ b/src/Module/Templates/DefaultApi/src/Controllers/OpenApi/OpenApiMainController.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 edc03f67..c7f8178d 100644 --- a/src/Module/Templates/DefaultWeb/src/Controllers/MainController.php.tpl +++ b/src/Module/Templates/DefaultWeb/src/Controllers/MainController.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 a0d1931e..48ebcc43 100644 --- a/src/Module/Templates/DemoApi/src/Controllers/AccountController.php.tpl +++ b/src/Module/Templates/DemoApi/src/Controllers/AccountController.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 8f701913..62f8f020 100644 --- a/src/Module/Templates/DemoApi/src/Controllers/AuthController.php.tpl +++ b/src/Module/Templates/DemoApi/src/Controllers/AuthController.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 30262f02..99398163 100644 --- a/src/Module/Templates/DemoApi/src/Controllers/BaseController.php.tpl +++ b/src/Module/Templates/DemoApi/src/Controllers/BaseController.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 f56c9b93..d7d1d2f0 100644 --- a/src/Module/Templates/DemoApi/src/Controllers/CommentController.php.tpl +++ b/src/Module/Templates/DemoApi/src/Controllers/CommentController.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 48b9f60d..85874f98 100644 --- a/src/Module/Templates/DemoApi/src/Controllers/OpenApi/OpenApiAccountController.php.tpl +++ b/src/Module/Templates/DemoApi/src/Controllers/OpenApi/OpenApiAccountController.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 7c77c1c0..29bba1f8 100644 --- a/src/Module/Templates/DemoApi/src/Controllers/OpenApi/OpenApiAuthController.php.tpl +++ b/src/Module/Templates/DemoApi/src/Controllers/OpenApi/OpenApiAuthController.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 6ba6a6b4..d96a88dd 100644 --- a/src/Module/Templates/DemoApi/src/Controllers/OpenApi/OpenApiCommentController.php.tpl +++ b/src/Module/Templates/DemoApi/src/Controllers/OpenApi/OpenApiCommentController.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 5bb2fa6c..a6bed844 100644 --- a/src/Module/Templates/DemoApi/src/Controllers/OpenApi/OpenApiController.php.tpl +++ b/src/Module/Templates/DemoApi/src/Controllers/OpenApi/OpenApiController.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @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 e9686ba3..dea31e5c 100644 --- a/src/Module/Templates/DemoApi/src/Controllers/OpenApi/OpenApiPostController.php.tpl +++ b/src/Module/Templates/DemoApi/src/Controllers/OpenApi/OpenApiPostController.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 a12412b0..9c995087 100644 --- a/src/Module/Templates/DemoApi/src/Controllers/PostController.php.tpl +++ b/src/Module/Templates/DemoApi/src/Controllers/PostController.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 55f413f1..3d1e2266 100644 --- a/src/Module/Templates/DemoApi/src/Controllers/PostManagementController.php.tpl +++ b/src/Module/Templates/DemoApi/src/Controllers/PostManagementController.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 d304a7bd..72550e91 100644 --- a/src/Module/Templates/DemoApi/src/DTOs/CommentDTO.php.tpl +++ b/src/Module/Templates/DemoApi/src/DTOs/CommentDTO.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 d56612f6..0b84e9f2 100644 --- a/src/Module/Templates/DemoApi/src/DTOs/PostDTO.php.tpl +++ b/src/Module/Templates/DemoApi/src/DTOs/PostDTO.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 5b8129a0..3b8b1feb 100644 --- a/src/Module/Templates/DemoApi/src/DTOs/UserDTO.php.tpl +++ b/src/Module/Templates/DemoApi/src/DTOs/UserDTO.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 31d0dc04..b14ef58e 100644 --- a/src/Module/Templates/DemoApi/src/Enums/Role.php.tpl +++ b/src/Module/Templates/DemoApi/src/Enums/Role.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @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 5ffd6bd8..b85a5c86 100644 --- a/src/Module/Templates/DemoApi/src/Middlewares/Activate.php.tpl +++ b/src/Module/Templates/DemoApi/src/Middlewares/Activate.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 5e358dad..5243a0f1 100644 --- a/src/Module/Templates/DemoApi/src/Middlewares/Auth.php.tpl +++ b/src/Module/Templates/DemoApi/src/Middlewares/Auth.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 854b82a8..84062ed3 100644 --- a/src/Module/Templates/DemoApi/src/Middlewares/BaseMiddleware.php.tpl +++ b/src/Module/Templates/DemoApi/src/Middlewares/BaseMiddleware.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 153e6906..5bb49e4f 100644 --- a/src/Module/Templates/DemoApi/src/Middlewares/Comment.php.tpl +++ b/src/Module/Templates/DemoApi/src/Middlewares/Comment.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 b1ef60fe..a5d314e9 100644 --- a/src/Module/Templates/DemoApi/src/Middlewares/CommentOwner.php.tpl +++ b/src/Module/Templates/DemoApi/src/Middlewares/CommentOwner.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 33a9f6eb..36759cdf 100644 --- a/src/Module/Templates/DemoApi/src/Middlewares/Editor.php.tpl +++ b/src/Module/Templates/DemoApi/src/Middlewares/Editor.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 1e3dd4c5..b71df15f 100644 --- a/src/Module/Templates/DemoApi/src/Middlewares/Forget.php.tpl +++ b/src/Module/Templates/DemoApi/src/Middlewares/Forget.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 ec0621c8..9bc1fda8 100644 --- a/src/Module/Templates/DemoApi/src/Middlewares/Password.php.tpl +++ b/src/Module/Templates/DemoApi/src/Middlewares/Password.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 72436540..a384a766 100644 --- a/src/Module/Templates/DemoApi/src/Middlewares/PostOwner.php.tpl +++ b/src/Module/Templates/DemoApi/src/Middlewares/PostOwner.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 9ca03982..1aea2fcd 100644 --- a/src/Module/Templates/DemoApi/src/Middlewares/Resend.php.tpl +++ b/src/Module/Templates/DemoApi/src/Middlewares/Resend.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 a5136f5b..ea159af3 100644 --- a/src/Module/Templates/DemoApi/src/Middlewares/Reset.php.tpl +++ b/src/Module/Templates/DemoApi/src/Middlewares/Reset.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 194431d5..8cb9d2f8 100644 --- a/src/Module/Templates/DemoApi/src/Middlewares/Signout.php.tpl +++ b/src/Module/Templates/DemoApi/src/Middlewares/Signout.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 8266edb6..93c25100 100644 --- a/src/Module/Templates/DemoApi/src/Middlewares/Signup.php.tpl +++ b/src/Module/Templates/DemoApi/src/Middlewares/Signup.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 09d1acea..49d5fe9e 100644 --- a/src/Module/Templates/DemoApi/src/Middlewares/Update.php.tpl +++ b/src/Module/Templates/DemoApi/src/Middlewares/Update.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 b29dd0cc..8e918db3 100644 --- a/src/Module/Templates/DemoApi/src/Middlewares/Verify.php.tpl +++ b/src/Module/Templates/DemoApi/src/Middlewares/Verify.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 fcdcab26..59c8419f 100644 --- a/src/Module/Templates/DemoApi/src/Models/Comment.php.tpl +++ b/src/Module/Templates/DemoApi/src/Models/Comment.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 77319997..96f5355d 100644 --- a/src/Module/Templates/DemoApi/src/Models/Post.php.tpl +++ b/src/Module/Templates/DemoApi/src/Models/Post.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 92c8ac7b..bfd63f87 100644 --- a/src/Module/Templates/DemoApi/src/Models/User.php.tpl +++ b/src/Module/Templates/DemoApi/src/Models/User.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 670f2b5d..bfb81ea4 100644 --- a/src/Module/Templates/DemoApi/src/Services/AuthService.php.tpl +++ b/src/Module/Templates/DemoApi/src/Services/AuthService.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 848a4192..a052c91d 100644 --- a/src/Module/Templates/DemoApi/src/Services/CommentService.php.tpl +++ b/src/Module/Templates/DemoApi/src/Services/CommentService.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 ccd4a2b8..e91b7086 100644 --- a/src/Module/Templates/DemoApi/src/Services/PostService.php.tpl +++ b/src/Module/Templates/DemoApi/src/Services/PostService.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 94d25847..aac04bb9 100644 --- a/src/Module/Templates/DemoApi/src/Transformers/CommentTransformer.php.tpl +++ b/src/Module/Templates/DemoApi/src/Transformers/CommentTransformer.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @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 7334214a..9bd00090 100644 --- a/src/Module/Templates/DemoApi/src/Transformers/PostTransformer.php.tpl +++ b/src/Module/Templates/DemoApi/src/Transformers/PostTransformer.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @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 07a7a892..6f81ed3a 100644 --- a/src/Module/Templates/DemoWeb/src/Controllers/AccountController.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Controllers/AccountController.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 b04e3013..9fae0c52 100644 --- a/src/Module/Templates/DemoWeb/src/Controllers/AuthController.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Controllers/AuthController.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 b81a7ea5..8e050817 100644 --- a/src/Module/Templates/DemoWeb/src/Controllers/BaseController.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Controllers/BaseController.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 f9f2d5c6..1d880bb4 100644 --- a/src/Module/Templates/DemoWeb/src/Controllers/CommentController.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Controllers/CommentController.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 5084304a..32154222 100644 --- a/src/Module/Templates/DemoWeb/src/Controllers/PageController.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Controllers/PageController.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 47c89c8f..99a8406b 100644 --- a/src/Module/Templates/DemoWeb/src/Controllers/PostController.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Controllers/PostController.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 04cd7ca0..908a4161 100644 --- a/src/Module/Templates/DemoWeb/src/Controllers/PostManagementController.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Controllers/PostManagementController.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 d304a7bd..72550e91 100644 --- a/src/Module/Templates/DemoWeb/src/DTOs/CommentDTO.php.tpl +++ b/src/Module/Templates/DemoWeb/src/DTOs/CommentDTO.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 d56612f6..0b84e9f2 100644 --- a/src/Module/Templates/DemoWeb/src/DTOs/PostDTO.php.tpl +++ b/src/Module/Templates/DemoWeb/src/DTOs/PostDTO.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 5b8129a0..3b8b1feb 100644 --- a/src/Module/Templates/DemoWeb/src/DTOs/UserDTO.php.tpl +++ b/src/Module/Templates/DemoWeb/src/DTOs/UserDTO.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 31d0dc04..b14ef58e 100644 --- a/src/Module/Templates/DemoWeb/src/Enums/Role.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Enums/Role.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @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 efc25a00..ba0eb249 100644 --- a/src/Module/Templates/DemoWeb/src/Middlewares/Activate.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Middlewares/Activate.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 8d6bd66d..1c9926a6 100644 --- a/src/Module/Templates/DemoWeb/src/Middlewares/Auth.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Middlewares/Auth.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 1a1f6df4..19f4dd36 100644 --- a/src/Module/Templates/DemoWeb/src/Middlewares/BaseMiddleware.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Middlewares/BaseMiddleware.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 c21ff895..d4e87a24 100644 --- a/src/Module/Templates/DemoWeb/src/Middlewares/Comment.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Middlewares/Comment.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 b1ef60fe..a5d314e9 100644 --- a/src/Module/Templates/DemoWeb/src/Middlewares/CommentOwner.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Middlewares/CommentOwner.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 4ffcb50f..474ce5bd 100644 --- a/src/Module/Templates/DemoWeb/src/Middlewares/Editor.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Middlewares/Editor.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 fed1271a..ddccd9c9 100644 --- a/src/Module/Templates/DemoWeb/src/Middlewares/Forget.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Middlewares/Forget.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 5f2e9b2e..d546c837 100644 --- a/src/Module/Templates/DemoWeb/src/Middlewares/Guest.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Middlewares/Guest.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 d2151836..304a4350 100644 --- a/src/Module/Templates/DemoWeb/src/Middlewares/Password.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Middlewares/Password.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 9206efb1..3539ede7 100644 --- a/src/Module/Templates/DemoWeb/src/Middlewares/PostOwner.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Middlewares/PostOwner.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 8bf253ea..72b98563 100644 --- a/src/Module/Templates/DemoWeb/src/Middlewares/Resend.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Middlewares/Resend.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 1011f7b3..9cce1a17 100644 --- a/src/Module/Templates/DemoWeb/src/Middlewares/Reset.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Middlewares/Reset.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 62639608..421b7e59 100644 --- a/src/Module/Templates/DemoWeb/src/Middlewares/Signup.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Middlewares/Signup.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 74a850ba..16016755 100644 --- a/src/Module/Templates/DemoWeb/src/Middlewares/Update.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Middlewares/Update.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 6214337a..6092ec4d 100644 --- a/src/Module/Templates/DemoWeb/src/Middlewares/Verify.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Middlewares/Verify.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 cc74584b..08c1277f 100644 --- a/src/Module/Templates/DemoWeb/src/Models/Comment.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Models/Comment.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 ec4d4e53..b8ad4490 100644 --- a/src/Module/Templates/DemoWeb/src/Models/Post.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Models/Post.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 92c8ac7b..bfd63f87 100644 --- a/src/Module/Templates/DemoWeb/src/Models/User.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Models/User.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 670f2b5d..bfb81ea4 100644 --- a/src/Module/Templates/DemoWeb/src/Services/AuthService.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Services/AuthService.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 079d0fe3..a17a8356 100644 --- a/src/Module/Templates/DemoWeb/src/Services/CommandService.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Services/CommandService.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @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 9689d1c4..212714cc 100644 --- a/src/Module/Templates/DemoWeb/src/Services/CommentService.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Services/CommentService.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 b226a05e..5d0d9d45 100644 --- a/src/Module/Templates/DemoWeb/src/Services/PostService.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Services/PostService.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 94d25847..aac04bb9 100644 --- a/src/Module/Templates/DemoWeb/src/Transformers/CommentTransformer.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Transformers/CommentTransformer.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @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 4f99defe..11986029 100644 --- a/src/Module/Templates/DemoWeb/src/Transformers/PostTransformer.php.tpl +++ b/src/Module/Templates/DemoWeb/src/Transformers/PostTransformer.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 b2a79b4a..48395a41 100644 --- a/src/Module/Templates/Toolkit/src/Controllers/BaseController.php.tpl +++ b/src/Module/Templates/Toolkit/src/Controllers/BaseController.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 d0ee0b4b..63f67601 100644 --- a/src/Module/Templates/Toolkit/src/Controllers/DashboardController.php.tpl +++ b/src/Module/Templates/Toolkit/src/Controllers/DashboardController.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 39aa3dac..e07c4a25 100644 --- a/src/Module/Templates/Toolkit/src/Controllers/DatabaseController.php.tpl +++ b/src/Module/Templates/Toolkit/src/Controllers/DatabaseController.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 5b84007f..75aaa72c 100644 --- a/src/Module/Templates/Toolkit/src/Controllers/EmailsController.php.tpl +++ b/src/Module/Templates/Toolkit/src/Controllers/EmailsController.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 2c969517..8657c936 100644 --- a/src/Module/Templates/Toolkit/src/Controllers/LogsController.php.tpl +++ b/src/Module/Templates/Toolkit/src/Controllers/LogsController.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 30ea7c87..0741c778 100644 --- a/src/Module/Templates/Toolkit/src/Middlewares/BaseMiddleware.php.tpl +++ b/src/Module/Templates/Toolkit/src/Middlewares/BaseMiddleware.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 a64e4abe..9c08e799 100644 --- a/src/Module/Templates/Toolkit/src/Middlewares/BasicAuth.php.tpl +++ b/src/Module/Templates/Toolkit/src/Middlewares/BasicAuth.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 3d7ee95e..8e49e419 100644 --- a/src/Module/Templates/Toolkit/src/Middlewares/CreateTable.php.tpl +++ b/src/Module/Templates/Toolkit/src/Middlewares/CreateTable.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 7a21bba2..58c8c648 100644 --- a/src/Module/Templates/Toolkit/src/Services/DashboardService.php.tpl +++ b/src/Module/Templates/Toolkit/src/Services/DashboardService.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 777962f3..f75dbd81 100644 --- a/src/Module/Templates/Toolkit/src/Services/DatabaseService.php.tpl +++ b/src/Module/Templates/Toolkit/src/Services/DatabaseService.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 c9b8154b..b1c3d07a 100644 --- a/src/Module/Templates/Toolkit/src/Services/EmailService.php.tpl +++ b/src/Module/Templates/Toolkit/src/Services/EmailService.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 e558b028..47679c06 100644 --- a/src/Module/Templates/Toolkit/src/Services/LogsService.php.tpl +++ b/src/Module/Templates/Toolkit/src/Services/LogsService.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 d14369b4..31990c6e 100644 --- a/src/Module/Templates/Toolkit/src/helpers/toolkit.php.tpl +++ b/src/Module/Templates/Toolkit/src/helpers/toolkit.php.tpl @@ -8,7 +8,7 @@ * @package Quantum * @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 865bdfcd..a7360733 100644 --- a/src/Paginator/Adapters/ArrayPaginator.php +++ b/src/Paginator/Adapters/ArrayPaginator.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 7073cc28..8008d8d6 100644 --- a/src/Paginator/Adapters/ModelPaginator.php +++ b/src/Paginator/Adapters/ModelPaginator.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 6d0b2d1d..089b120a 100644 --- a/src/Paginator/Contracts/PaginatorInterface.php +++ b/src/Paginator/Contracts/PaginatorInterface.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 72ac9e47..dea73c0c 100644 --- a/src/Paginator/Enums/ExceptionMessages.php +++ b/src/Paginator/Enums/ExceptionMessages.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 80888abd..77b33edf 100644 --- a/src/Paginator/Enums/Pagination.php +++ b/src/Paginator/Enums/Pagination.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 a35468d7..7ba7b28d 100644 --- a/src/Paginator/Enums/PaginatorType.php +++ b/src/Paginator/Enums/PaginatorType.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 f0ef1b10..6d48d7d5 100644 --- a/src/Paginator/Exceptions/PaginatorException.php +++ b/src/Paginator/Exceptions/PaginatorException.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 637ba46d..6ffc6803 100644 --- a/src/Paginator/Factories/PaginatorFactory.php +++ b/src/Paginator/Factories/PaginatorFactory.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 5893d48e..49e25570 100644 --- a/src/Paginator/Paginator.php +++ b/src/Paginator/Paginator.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 8847cf3b..d6c0e85f 100644 --- a/src/Paginator/Traits/PaginatorTrait.php +++ b/src/Paginator/Traits/PaginatorTrait.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 d6988526..0c3bfb33 100644 --- a/src/RateLimit/Adapters/FileRateLimitAdapter.php +++ b/src/RateLimit/Adapters/FileRateLimitAdapter.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 1a5b8ec4..fd917f15 100644 --- a/src/RateLimit/Adapters/RedisRateLimitAdapter.php +++ b/src/RateLimit/Adapters/RedisRateLimitAdapter.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 50aa6858..8278f8e6 100644 --- a/src/RateLimit/Contracts/RateLimitAdapterInterface.php +++ b/src/RateLimit/Contracts/RateLimitAdapterInterface.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 1a401336..2eab711d 100644 --- a/src/RateLimit/Enums/ExceptionMessages.php +++ b/src/RateLimit/Enums/ExceptionMessages.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 1fad251d..44a2ecea 100644 --- a/src/RateLimit/Enums/RateLimitType.php +++ b/src/RateLimit/Enums/RateLimitType.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 735a92d0..2a9afe70 100644 --- a/src/RateLimit/Exceptions/RateLimitException.php +++ b/src/RateLimit/Exceptions/RateLimitException.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 7822d76e..f414a7bd 100644 --- a/src/RateLimit/Factories/RateLimiterFactory.php +++ b/src/RateLimit/Factories/RateLimiterFactory.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 4eaf3029..8f19611a 100644 --- a/src/RateLimit/RateLimitMiddleware.php +++ b/src/RateLimit/RateLimitMiddleware.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 6f8b580a..122344cd 100644 --- a/src/RateLimit/RateLimiter.php +++ b/src/RateLimit/RateLimiter.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 6a314dd4..329a8bec 100644 --- a/src/Renderer/Adapters/HtmlAdapter.php +++ b/src/Renderer/Adapters/HtmlAdapter.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 7a8fb22e..c1b40938 100644 --- a/src/Renderer/Adapters/TwigAdapter.php +++ b/src/Renderer/Adapters/TwigAdapter.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 06c562b0..b794997f 100644 --- a/src/Renderer/Contracts/TemplateRendererInterface.php +++ b/src/Renderer/Contracts/TemplateRendererInterface.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 1c9fda63..5f68da54 100644 --- a/src/Renderer/Enums/RendererType.php +++ b/src/Renderer/Enums/RendererType.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 8a3bd88c..d3a567a4 100644 --- a/src/Renderer/Exceptions/RendererException.php +++ b/src/Renderer/Exceptions/RendererException.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 a670c067..ae63f01e 100644 --- a/src/Renderer/Factories/RendererFactory.php +++ b/src/Renderer/Factories/RendererFactory.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 b3d9eb82..6df6dc0b 100644 --- a/src/Renderer/Renderer.php +++ b/src/Renderer/Renderer.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 6c1cc30e..0f83d718 100644 --- a/src/ResourceCache/Exceptions/ResourceCacheException.php +++ b/src/ResourceCache/Exceptions/ResourceCacheException.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 555917ec..3a24bbf3 100644 --- a/src/ResourceCache/ViewCache.php +++ b/src/ResourceCache/ViewCache.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 5746f829..6f1fb287 100644 --- a/src/Router/Enums/ExceptionMessages.php +++ b/src/Router/Enums/ExceptionMessages.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 26c21223..b036902f 100644 --- a/src/Router/Exceptions/RouteException.php +++ b/src/Router/Exceptions/RouteException.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 29f2ee71..bea6e9aa 100644 --- a/src/Router/Helpers/router.php +++ b/src/Router/Helpers/router.php @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 baff7c07..bf3309a4 100644 --- a/src/Router/MatchedRoute.php +++ b/src/Router/MatchedRoute.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 d9775682..a029ae5c 100644 --- a/src/Router/PatternCompiler.php +++ b/src/Router/PatternCompiler.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 55d6a4bc..4e9b99db 100644 --- a/src/Router/Route.php +++ b/src/Router/Route.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 6099683c..f9354b21 100644 --- a/src/Router/RouteBuilder.php +++ b/src/Router/RouteBuilder.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 79c867e5..a37f09bd 100644 --- a/src/Router/RouteCollection.php +++ b/src/Router/RouteCollection.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 e0d8ef72..e2554b74 100644 --- a/src/Router/RouteDispatcher.php +++ b/src/Router/RouteDispatcher.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 5c7e7e01..3f97aca4 100644 --- a/src/Router/RouteFinder.php +++ b/src/Router/RouteFinder.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 6106cf04..937c3dda 100644 --- a/src/Service/Exceptions/ServiceException.php +++ b/src/Service/Exceptions/ServiceException.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 97863651..1eaae47e 100644 --- a/src/Service/Factories/ServiceFactory.php +++ b/src/Service/Factories/ServiceFactory.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 d3dcafd3..73b91bc7 100644 --- a/src/Service/Helpers/service.php +++ b/src/Service/Helpers/service.php @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 b536919c..22ab517a 100644 --- a/src/Service/Service.php +++ b/src/Service/Service.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 20e9456b..52e8e03d 100644 --- a/src/Session/Adapters/Database/DatabaseHandler.php +++ b/src/Session/Adapters/Database/DatabaseHandler.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 b93f0a96..1f57ec4b 100644 --- a/src/Session/Adapters/Database/DatabaseSessionAdapter.php +++ b/src/Session/Adapters/Database/DatabaseSessionAdapter.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 133d2b1e..9a0bff71 100644 --- a/src/Session/Adapters/Native/NativeSessionAdapter.php +++ b/src/Session/Adapters/Native/NativeSessionAdapter.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 e0baab08..6d42167c 100644 --- a/src/Session/Contracts/SessionStorageInterface.php +++ b/src/Session/Contracts/SessionStorageInterface.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 e01fb1d7..12edf59f 100644 --- a/src/Session/Enums/ExceptionMessages.php +++ b/src/Session/Enums/ExceptionMessages.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 84dba894..84a47b09 100644 --- a/src/Session/Enums/SessionType.php +++ b/src/Session/Enums/SessionType.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 3cc03721..18282c82 100644 --- a/src/Session/Exceptions/SessionException.php +++ b/src/Session/Exceptions/SessionException.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 c56b6e7d..d2460aa2 100644 --- a/src/Session/Factories/SessionFactory.php +++ b/src/Session/Factories/SessionFactory.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 99f7390d..0b90323a 100644 --- a/src/Session/Helpers/session.php +++ b/src/Session/Helpers/session.php @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 3aed0e7b..8fae5802 100644 --- a/src/Session/Session.php +++ b/src/Session/Session.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 c4a7f06a..d00ce5c2 100644 --- a/src/Session/Traits/SessionTrait.php +++ b/src/Session/Traits/SessionTrait.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 70775ecb..04ed483e 100644 --- a/src/Storage/Adapters/Dropbox/DropboxApp.php +++ b/src/Storage/Adapters/Dropbox/DropboxApp.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 b0274da0..13d6dca3 100644 --- a/src/Storage/Adapters/Dropbox/DropboxFileSystemAdapter.php +++ b/src/Storage/Adapters/Dropbox/DropboxFileSystemAdapter.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 ef5d69e5..05a5f247 100644 --- a/src/Storage/Adapters/GoogleDrive/GoogleDriveApp.php +++ b/src/Storage/Adapters/GoogleDrive/GoogleDriveApp.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 405418b6..be8c4806 100644 --- a/src/Storage/Adapters/GoogleDrive/GoogleDriveFileSystemAdapter.php +++ b/src/Storage/Adapters/GoogleDrive/GoogleDriveFileSystemAdapter.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 1e50d4d4..5af4dea0 100644 --- a/src/Storage/Adapters/Local/LocalFileSystemAdapter.php +++ b/src/Storage/Adapters/Local/LocalFileSystemAdapter.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 17076223..2a513d3b 100644 --- a/src/Storage/Contracts/CloudAppInterface.php +++ b/src/Storage/Contracts/CloudAppInterface.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 83d649f6..8442245b 100644 --- a/src/Storage/Contracts/FilesystemAdapterInterface.php +++ b/src/Storage/Contracts/FilesystemAdapterInterface.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 045ce79a..8a4016ae 100644 --- a/src/Storage/Contracts/LocalFilesystemAdapterInterface.php +++ b/src/Storage/Contracts/LocalFilesystemAdapterInterface.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 708ede37..57533b28 100644 --- a/src/Storage/Contracts/TokenServiceInterface.php +++ b/src/Storage/Contracts/TokenServiceInterface.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 101da0fd..d4c3aa26 100644 --- a/src/Storage/Enums/ExceptionMessages.php +++ b/src/Storage/Enums/ExceptionMessages.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 f603204a..fb99cd18 100644 --- a/src/Storage/Enums/FileSystemType.php +++ b/src/Storage/Enums/FileSystemType.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 6c560e06..18ff24f9 100644 --- a/src/Storage/Exceptions/FileSystemException.php +++ b/src/Storage/Exceptions/FileSystemException.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 1be6e3b2..4f748b68 100644 --- a/src/Storage/Exceptions/FileUploadException.php +++ b/src/Storage/Exceptions/FileUploadException.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 b049e76f..d05dda6f 100644 --- a/src/Storage/Factories/FileSystemFactory.php +++ b/src/Storage/Factories/FileSystemFactory.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 b33e7fb7..0f3ee8ee 100644 --- a/src/Storage/FileSystem.php +++ b/src/Storage/FileSystem.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 0e641c98..cf9c2f59 100644 --- a/src/Storage/Helpers/fs.php +++ b/src/Storage/Helpers/fs.php @@ -8,7 +8,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 8a57272c..7b520d8f 100644 --- a/src/Storage/Traits/CloudAppTrait.php +++ b/src/Storage/Traits/CloudAppTrait.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 93081dc5..c6614840 100644 --- a/src/Storage/UploadedFile.php +++ b/src/Storage/UploadedFile.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 1114d099..d3e43787 100644 --- a/src/Storage/Uploads/UploadConfigProvider.php +++ b/src/Storage/Uploads/UploadConfigProvider.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 c1ceb050..59c81f6e 100644 --- a/src/Storage/Uploads/UploadPolicy.php +++ b/src/Storage/Uploads/UploadPolicy.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 145a5077..bac52b2f 100644 --- a/src/Storage/Uploads/UploadStorage.php +++ b/src/Storage/Uploads/UploadStorage.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 4d262d82..c5fee7ef 100644 --- a/src/Tracer/ErrorHandler.php +++ b/src/Tracer/ErrorHandler.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 2253c9ca..4bdb98d1 100644 --- a/src/Tracer/ExceptionSeverityResolver.php +++ b/src/Tracer/ExceptionSeverityResolver.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 ff1a7ab9..85e38ffa 100644 --- a/src/Tracer/StackTraceFormatter.php +++ b/src/Tracer/StackTraceFormatter.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 f6152ca9..4148fdaf 100644 --- a/src/Tracer/WebExceptionRenderer.php +++ b/src/Tracer/WebExceptionRenderer.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 9d17d363..c114b402 100644 --- a/src/Transformer/Contracts/TransformerInterface.php +++ b/src/Transformer/Contracts/TransformerInterface.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 b6d58f8f..216387f5 100644 --- a/src/Transformer/Helpers/transformer.php +++ b/src/Transformer/Helpers/transformer.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 6a3cc04b..b7188cc3 100644 --- a/src/Transformer/Transformer.php +++ b/src/Transformer/Transformer.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 7af2321f..6ac141f8 100644 --- a/src/Validation/Rule.php +++ b/src/Validation/Rule.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 267aa5c4..ec62db8b 100644 --- a/src/Validation/Traits/File.php +++ b/src/Validation/Traits/File.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 a702bafe..06b321d8 100644 --- a/src/Validation/Traits/General.php +++ b/src/Validation/Traits/General.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 e683c36c..dfdfd758 100644 --- a/src/Validation/Traits/Length.php +++ b/src/Validation/Traits/Length.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 0fe70bc1..e0e48c80 100644 --- a/src/Validation/Traits/Lists.php +++ b/src/Validation/Traits/Lists.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 f8a76018..f69d1caa 100644 --- a/src/Validation/Traits/Resource.php +++ b/src/Validation/Traits/Resource.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 695f9d25..1ca2e873 100644 --- a/src/Validation/Traits/Type.php +++ b/src/Validation/Traits/Type.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 d54fe012..9cc5af96 100644 --- a/src/Validation/Validator.php +++ b/src/Validation/Validator.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 49fe63f2..fd4a96d7 100644 --- a/src/View/Enums/ExceptionMessages.php +++ b/src/View/Enums/ExceptionMessages.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 9b08af6c..f8a4ed61 100644 --- a/src/View/Exceptions/ViewException.php +++ b/src/View/Exceptions/ViewException.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 2ce68efb..2d064b9f 100644 --- a/src/View/Factories/ViewFactory.php +++ b/src/View/Factories/ViewFactory.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 930d229a..829b8df7 100644 --- a/src/View/Helpers/view.php +++ b/src/View/Helpers/view.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 fd130d50..5a1be9c6 100644 --- a/src/View/RawParam.php +++ b/src/View/RawParam.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (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 162c2167..94399cda 100644 --- a/src/View/View.php +++ b/src/View/View.php @@ -10,7 +10,7 @@ * @package Quantum * @author Arman Ag. * @copyright Copyright (c) 2018 Softberg LLC (https://softberg.org) - * @link http://quantum.softberg.org/ + * @link https://quantumphp.io/ * @since 3.0.0 */