mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-03 20:14:31 +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