Skip to content

Commit

Permalink
Update register.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewhany committed Feb 26, 2015
1 parent c07377b commit 95d7083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/auth/register.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</div>
@endif

<form class="form-horizontal" role="form" method="POST" action="/auth/register">
<form class="form-horizontal" role="form" method="POST" action="{{ url('/auth/register') }}">
<input type="hidden" name="_token" value="{{ csrf_token() }}">

<div class="form-group">
Expand Down

0 comments on commit 95d7083

Please sign in to comment.