📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-30 01:09:42
📂
/
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
vendor
/
illuminate
/
contracts
/
Foundation
✏️
Editing: CachesRoutes.php
<?php namespace RectorPrefix202411\Illuminate\Contracts\Foundation; interface CachesRoutes { /** * Determine if the application routes are cached. * * @return bool */ public function routesAreCached(); /** * Get the path to the routes cache file. * * @return string */ public function getCachedRoutesPath(); }
💾 Save Changes
❌ Cancel