source: app/Http/Controllers/OfficerController.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: 188 bytes
Line 
1<?php
2
3namespace App\Http\Controllers;
4
5use Illuminate\Http\Request;
6
7class OfficerController extends Controller
8{
9 function employees()
10 {
11 return view('employees');
12 }
13}
Note: See TracBrowser for help on using the repository browser.