help desk create view
This commit is contained in:
parent
d6f8bcdf49
commit
f13851f80e
|
|
@ -15,7 +15,7 @@ class HelpTicketCommentRequest extends FormRequest
|
|||
public function authorize()
|
||||
{
|
||||
// only allow updates if the user is logged in
|
||||
return backpack_auth()->check();
|
||||
return true;//backpack_auth()->check();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ class HelpTicketRequest extends FormRequest
|
|||
public function authorize()
|
||||
{
|
||||
// only allow updates if the user is logged in
|
||||
return backpack_auth()->check();
|
||||
return true;//backpack_auth()->check();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
<?php
|
||||
|
||||
|
||||
|
||||
Route::group(
|
||||
[
|
||||
'prefix' => LaravelLocalization::setLocale(),
|
||||
|
|
|
|||
Loading…
Reference in New Issue