Source code for my personal website
Jeroen De Meerleer
563c97925f
- Refactored the `Page` class from the `App\Repository` namespace to the `App\Service` namespace. - Updated the file path references in the `getPage()` method of the `Page` class to use `$this->kernel` instead of `$kernel`. - Renamed the file from `src/Repository/Page.php` to `src/Service/Page.php`. - Updated the import statement in the `DefaultController.php` file to reflect this change. This commit improves code organization and ensures that file paths are correctly referenced. |
||
---|---|---|
assets | ||
bin | ||
config | ||
public | ||
src | ||
templates | ||
.env.sample | ||
.gitignore | ||
composer.json | ||
composer.lock | ||
LICENSE.md | ||
package-lock.json | ||
package.json | ||
README.md | ||
symfony.lock | ||
webpack.config.js |