Update register.blade.php

This commit is contained in:
Mathew Hany 2015-02-26 01:52:00 -08:00
parent c07377b230
commit 95d708379f
1 changed files with 1 additions and 1 deletions

View File

@ -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">