mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	Code cleanup [skip-ci]
This commit is contained in:
		| @@ -3,6 +3,23 @@ | ||||
| use LaravelBook\Ardent\Ardent; | ||||
|  | ||||
|  | ||||
| /** | ||||
|  * Preference | ||||
|  * | ||||
|  * @property integer $id | ||||
|  * @property \Carbon\Carbon $created_at | ||||
|  * @property \Carbon\Carbon $updated_at | ||||
|  * @property integer $user_id | ||||
|  * @property string $name | ||||
|  * @property string $data | ||||
|  * @property-read \User $user | ||||
|  * @method static \Illuminate\Database\Query\Builder|\Preference whereId($value)  | ||||
|  * @method static \Illuminate\Database\Query\Builder|\Preference whereCreatedAt($value)  | ||||
|  * @method static \Illuminate\Database\Query\Builder|\Preference whereUpdatedAt($value)  | ||||
|  * @method static \Illuminate\Database\Query\Builder|\Preference whereUserId($value)  | ||||
|  * @method static \Illuminate\Database\Query\Builder|\Preference whereName($value)  | ||||
|  * @method static \Illuminate\Database\Query\Builder|\Preference whereData($value)  | ||||
|  */ | ||||
| class Preference extends Ardent | ||||
| { | ||||
|     public static $rules | ||||
|   | ||||
		Reference in New Issue
	
	Block a user