parent
b127cbfc5e
commit
0d0ec8d904
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ class StoreGroupSettingRequest extends Request
|
|||
*/
|
||||
public function authorize() : bool
|
||||
{
|
||||
return auth()->user()->can('create', GroupSetting::class) && && auth()->user()->account->hasFeature(Account::FEATURE_API);;
|
||||
return auth()->user()->can('create', GroupSetting::class) && auth()->user()->account->hasFeature(Account::FEATURE_API);;
|
||||
}
|
||||
|
||||
public function rules()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue