mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	fix: notifications
This commit is contained in:
		| @@ -46,7 +46,8 @@ trait ValidatesAdministrationAccess | ||||
|      * @throws AuthenticationException | ||||
|      * @throws FireflyException | ||||
|      */ | ||||
|     protected function validateAdministration(Validator $validator, array $allowedRoles): void { | ||||
|     protected function validateAdministration(Validator $validator, array $allowedRoles): void | ||||
|     { | ||||
|         Log::debug('Now in validateAdministration()'); | ||||
|         if (!auth()->check()) { | ||||
|             Log::error('User is not authenticated.'); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user