mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Small code quality improvements.
This commit is contained in:
		| @@ -32,7 +32,7 @@ use Illuminate\Support\Facades\Facade; | ||||
|  * | ||||
|  * @method Preference set(string $name, $value) | ||||
|  * @method Preference get(string $name, $value) | ||||
|  * @method Preference|null getForUser(User $user, string $name, $default) | ||||
|  * @method Preference|null getForUser(User $user, string $name, $default = null) | ||||
|  * @method void mark() | ||||
|  */ | ||||
| class Preferences extends Facade | ||||
|   | ||||
		Reference in New Issue
	
	Block a user