belongsTo(User::class); } public function apply(): bool { return in_array($this['status'],[2]); } }