source: app/Http/Controllers/SessionsController.php@ 75151c6

main
Last change on this file since 75151c6 was 75151c6, checked in by bube-ristovska <ristovska725@…>, 11 months ago

Added views initial

  • Property mode set to 100644
File size: 125 bytes
Line 
1<?php
2
3namespace App\Http\Controllers;
4
5use Illuminate\Http\Request;
6
7class SessionsController extends Controller
8{
9 //
10}
Note: See TracBrowser for help on using the repository browser.