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