mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 21:44:51 +00:00
fix csfixer warnings
This commit is contained in:
@@ -21,7 +21,6 @@ test('profile request validation rules', function () {
|
||||
Rule::unique('users')->ignore(Auth::id(), 'id'),
|
||||
],
|
||||
],
|
||||
|
||||
$request->rules()
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user