Use the Auth::user()->id throughout the controller. Closes #483
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user