Skip to content
This repository was archived by the owner on Jan 28, 2019. It is now read-only.

Commit 26279df

Browse files
authored
Merge pull request #10 from ybbz/master
action of delete form
2 parents 8616fbb + de04c42 commit 26279df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/tasks.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757

5858
<!-- Task Delete Button -->
5959
<td>
60-
<form action="/task/{{ $task->id }}" method="POST">
60+
<form action="{{ url('task/'.$task->id) }}" method="POST">
6161
{{ csrf_field() }}
6262
{{ method_field('DELETE') }}
6363

0 commit comments

Comments
 (0)