fix(tooling): remove resources folder from rector config

This commit is contained in:
peaklabs-dev 2025-03-30 01:59:33 +01:00
parent b6518319fa
commit 93118bfa5a
No known key found for this signature in database

View file

@ -69,7 +69,6 @@ return RectorConfig::configure()
__DIR__.'/config',
__DIR__.'/database',
__DIR__.'/public',
__DIR__.'/resources',
__DIR__.'/routes',
__DIR__.'/tests',
])