🆙 Fix cms as now on epicnabbo.nl 🆙

This commit is contained in:
Remco
2026-01-07 19:42:55 +01:00
parent dc418a51a1
commit 6bf99066a5
22 changed files with 142 additions and 27 deletions
+2 -2
View File
@@ -22,7 +22,7 @@ return RectorConfig::configure()
->withSets([
LevelSetList::UP_TO_PHP_85,
// Dit activeert de gratis "Laravel Shift" naar versie 12:
LaravelLevelSetList::UP_TO_LARAVEL_120,
LaravelLevelSetList::UP_TO_LARAVEL_120,
LaravelSetList::LARAVEL_CODE_QUALITY,
SetList::CODE_QUALITY,
SetList::DEAD_CODE,
@@ -30,4 +30,4 @@ return RectorConfig::configure()
->withSkip([
__DIR__ . '/lang/vendor',
__DIR__ . '/storage', // Altijd overslaan
]);
]);