/
githubmirror
/
framework
Обзор
Документация
Войти
/
githubmirror
/
framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
13.x
tests/Integration/Foundation/Support/Providers/fixtures/web.php
5 строк
97 B
Francisco Madeira
[11.x] The health route should be loaded even when there is a model binding at the root (#50165)
21 фев 2024, 17:18
Не верифицирован
21 фев 2024, 17:18
597f77e
Код
Авторство
О чём код?
<?php use Illuminate\Support\Facades\Route; Route::get('/{user}', fn () => response('', 404));