Skip to content

Commit

Permalink
small refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Lobz committed Aug 2, 2024
1 parent 04585c9 commit 227078c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Http/Controllers/TurmaController.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public function show(Turma $turma)
* Show the form for editing the specified resource.
*
* @param \App\Models\Turma $turma
* @return \Illuminate\Http\Response
* @return View
*/
public function edit(Turma $turma)
{
Expand All @@ -167,7 +167,7 @@ public function edit(Turma $turma)
* Show the form for editing the prazos
*
* @param \App\Models\Turma $turma
* @return \Illuminate\Http\Response
* @return View
*/
public function editprazos(Turma $turma)
{
Expand Down

0 comments on commit 227078c

Please sign in to comment.