/
githubmirror
/
framework
Обзор
Документация
Войти
/
githubmirror
/
framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
13.x
tests/Routing/fixtures/only_controller.php
27 строк
413 B
Lucas Michot
[5.7] Add some missing tests imports. (#26043)
10 окт 2018, 20:25
10 окт 2018, 20:25
f8b810e
Код
Авторство
О чём код?
<?php use BaseController; class FooController extends BaseController { /** * Display a listing of the resource. * * @return \Illuminate\Http\Response */ public function index() { // } /** * Display the specified resource. * * @param int $id * @return \Illuminate\Http\Response */ public function show($id) { // } }