]> _ Git - cubist_cms-back.git/commitdiff
#2889
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 16 Jul 2019 14:48:08 +0000 (16:48 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 16 Jul 2019 14:48:08 +0000 (16:48 +0200)
src/resources/views/fields/tags.blade.php

index b94948ee20b68cccd9f7e7586654740713dd54b5..9b0b595c63fb94503e989502adedd618aabe41fd 100644 (file)
@@ -1,7 +1,6 @@
 <?php
 $values = old(square_brackets_to_dots($field['name'])) ?? $field['value'] ?? $field['default'] ?? [];
 
-
 if(null===$values || !$values){
     $values=[];
 }