Total Complexity | 3 |
Total Lines | 26 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
8 | class TimelogController extends Controller |
||
9 | { |
||
10 | /** |
||
11 | * Instantiate a new TimelogController |
||
12 | */ |
||
13 | public function __construct() |
||
16 | } |
||
17 | |||
18 | /** |
||
19 | * View the timelogs for a project (used for pop up window) |
||
20 | * |
||
21 | * @param \App\Project $project |
||
22 | * @return \Illuminate\Http\RedirectResponse|\Illuminate\View\View |
||
23 | */ |
||
24 | public function show(Project $project) |
||
36 |