Change ScopeServiceUserAuthorised to ScopeAccountUserAuthorised. Scope payments to AccountUserAuthorised, and added PaymentPolicy
This commit is contained in:
@@ -15,7 +15,9 @@ class ServiceChangeRequest extends FormRequest
|
||||
*/
|
||||
public function authorize()
|
||||
{
|
||||
return $this->route('o')->serviceUserAuthorised(Auth::user());
|
||||
return $this
|
||||
->route('o')
|
||||
->AccountUserAuthorised();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user