source:
app/Http/Controllers/PeopleController.php@
75151c6
Last change on this file since 75151c6 was 75151c6, checked in by , 11 months ago | |
---|---|
|
|
File size: 176 bytes |
Rev | Line | |
---|---|---|
[75151c6] | 1 | <?php |
2 | ||
3 | namespace App\Http\Controllers; | |
4 | ||
5 | use Illuminate\Http\Request; | |
6 | ||
7 | class PeopleController extends Controller | |
8 | { | |
9 | function filter(){ | |
10 | return view('filter'); | |
11 | } | |
12 | } |
Note:
See TracBrowser
for help on using the repository browser.