mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	use the correct validator function to check for errors, add a test for ShowController
This commit is contained in:
		| @@ -57,7 +57,7 @@ class PaginationRequest extends ApiRequest | ||||
|     { | ||||
|         $validator->after( | ||||
|             function (Validator $validator): void { | ||||
|                 if (!$validator->valid()) { | ||||
|                 if ($validator->failed()) { | ||||
|                     return; | ||||
|                 } | ||||
| 
 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user