Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

Conversation

@dconco
Copy link
Member

@dconco dconco commented Dec 25, 2024

This pull request primarily involves renaming namespaces from PhpSlides\Src to PhpSlides\Core across various files to reflect a more accurate structure. Additionally, there are changes to the GitHub workflow configuration for pushing changes to the main branch.

Namespace updates:

  • Router/MapRoute.php: Updated namespaces for Controller, Application, Validate, and StrictTypes from PhpSlides\Src to PhpSlides\Core. [1] [2]
  • Router/Route.php: Updated namespaces for FileHandler and Controller from PhpSlides\Src to PhpSlides\Core.
  • composer.json: Changed the PSR-4 autoload mapping from PhpSlides\Src to PhpSlides\Core.
  • Various files: Updated namespaces from PhpSlides\Src to PhpSlides\Core in multiple files including Cache.php, Configure.php, config.php, cors.php, env.config.php, guards.php, jwt.config.php, ClassController.php, Controller.php, RouteController.php, Connection.php, Database.php, Exception.php, and index.php. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14]

GitHub workflow update:

  • .github/workflows/tests.yml: Modified the steps for pushing changes to the main branch to use a new branch creation and force push strategy.

@dconco dconco merged commit b2201a9 into master Dec 25, 2024
7 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants