From 93118bfa5a92c575a0b0191155e9255f0f463017 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Sun, 30 Mar 2025 01:59:33 +0100 Subject: [PATCH] fix(tooling): remove resources folder from rector config --- rector.php | 1 - 1 file changed, 1 deletion(-) diff --git a/rector.php b/rector.php index b4264724c..ec43bc70a 100644 --- a/rector.php +++ b/rector.php @@ -69,7 +69,6 @@ return RectorConfig::configure() __DIR__.'/config', __DIR__.'/database', __DIR__.'/public', - __DIR__.'/resources', __DIR__.'/routes', __DIR__.'/tests', ])