Use the Auth::user()->id throughout the controller. Closes #483

This commit is contained in:
James Brooks
2015-03-06 08:34:47 +00:00
parent ebaf7d8533
commit de9792b5fc
8 changed files with 13 additions and 10 deletions
@@ -44,8 +44,6 @@
</div>
</fieldset>
<input type="hidden" name="incident[user_id]" value="{{ $loggedUser->id }}">
<div class="form-group">
<div class="btn-group">
<button type="submit" class="btn btn-success">{{ trans('forms.save') }}</button>