yxx пре 5 година
родитељ
комит
b030d6ccf9
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      src/Form/Row.php

+ 2 - 1
src/Form/Row.php

@@ -59,7 +59,8 @@ use Illuminate\Contracts\Support\Renderable;
  * @method Field\Tel                    tel($column, $label = '')
  * @method Field\Markdown               markdown($column, $label = '')
  */
-class Row implements Renderable {
+class Row implements Renderable
+{
     /**
      * Callback for add field to current row.s.
      *