mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-18 17:38:20 +02:00
Apply Laravel Pint fixes
This commit is contained in:
@@ -8,10 +8,8 @@ class WebauthnAssertedRequest extends AssertedRequest
|
||||
{
|
||||
/**
|
||||
* Get the validation rules that apply to the request.
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function rules(): array
|
||||
public function rules() : array
|
||||
{
|
||||
return array_merge(
|
||||
[
|
||||
|
Reference in New Issue
Block a user