mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-14 12:07:46 +02:00
chore: update rector to latest and use parallel for faster processing
update composer dependencies to latest
This commit is contained in:
parent
9eab54e085
commit
b6114d3d93
33 changed files with 193 additions and 270 deletions
|
|
@ -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,
|
||||
]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue