php 7.4 fix
This commit is contained in:
		@@ -16,7 +16,7 @@
 | 
			
		||||
            'data-name' => $name,
 | 
			
		||||
            'data-value' => $value,
 | 
			
		||||
            'placeholder' => trans('general.form.enter', ['field' => $text]),
 | 
			
		||||
            'v-model' => !empty($attributes['v-model']) ? $attributes['v-model'] : !empty($attributes['data-field']) ? 'form.' . $attributes['data-field'] . '.'. $name : 'form.' . $name
 | 
			
		||||
            'v-model' => !empty($attributes['v-model']) ? $attributes['v-model'] : (!empty($attributes['data-field']) ? 'form.' . $attributes['data-field'] . '.'. $name : 'form.' . $name),
 | 
			
		||||
        ], $attributes)) !!}
 | 
			
		||||
    </div>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user