chore: update rector to latest and use parallel for faster processing

update composer dependencies to latest
This commit is contained in:
Yassine Doghri 2022-09-28 14:00:05 +00:00
commit b6114d3d93
33 changed files with 193 additions and 270 deletions

View file

@ -29,7 +29,7 @@ class MapController extends BaseController
);
if (! ($found = cache($cacheName))) {
$found = view('pages/map', [], [
return view('pages/map', [], [
'cache' => DECADE,
'cache_name' => $cacheName,
]);