File manager - Edit - /var/www/ratemypay/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/RegisterErrorViewPaths.php
Back
<?php namespace Illuminate\Foundation\Exceptions; use Illuminate\Support\Collection; use Illuminate\Support\Facades\View; class RegisterErrorViewPaths { /** * Register the error view paths. * * @return void */ public function __invoke() { View::replaceNamespace('errors', (new Collection(config('view.paths'))) ->map(fn ($path) => "{$path}/errors") ->push(__DIR__.'/views') ->all() ); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings