mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
ReadySimpleAdvFormColumns.php to ReadySimpleAdvFormFields.php
This commit is contained in:
parent
02b8219b41
commit
2acf7b62ad
@ -3,7 +3,7 @@
|
||||
use Anomaly\Streams\Platform\Ui\Form\FormBuilder;
|
||||
use Illuminate\Database\Eloquent\Builder;
|
||||
|
||||
class ReadySimpleAdvFormColumns
|
||||
class ReadySimpleAdvFormFields
|
||||
{
|
||||
protected $fields;
|
||||
public function __construct($fields)
|
||||
@ -1,6 +1,6 @@
|
||||
<?php namespace Visiosoft\AdvsModule\Adv\Form;
|
||||
|
||||
use Visiosoft\AdvsModule\Adv\Event\ReadySimpleAdvFormColumns;
|
||||
use Visiosoft\AdvsModule\Adv\Event\ReadySimpleAdvFormFields;
|
||||
|
||||
class SimpleAdvFormFields
|
||||
{
|
||||
@ -26,7 +26,7 @@ class SimpleAdvFormFields
|
||||
'files',
|
||||
];
|
||||
|
||||
$eventFields = event(new ReadySimpleAdvFormColumns($form_fields));
|
||||
$eventFields = event(new ReadySimpleAdvFormFields($form_fields));
|
||||
|
||||
foreach ($eventFields as $field_array) {
|
||||
$form_fields = array_merge($field_array);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user