mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-11 07:46:07 -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 Anomaly\Streams\Platform\Ui\Form\FormBuilder;
|
||||||
use Illuminate\Database\Eloquent\Builder;
|
use Illuminate\Database\Eloquent\Builder;
|
||||||
|
|
||||||
class ReadySimpleAdvFormColumns
|
class ReadySimpleAdvFormFields
|
||||||
{
|
{
|
||||||
protected $fields;
|
protected $fields;
|
||||||
public function __construct($fields)
|
public function __construct($fields)
|
||||||
@ -1,6 +1,6 @@
|
|||||||
<?php namespace Visiosoft\AdvsModule\Adv\Form;
|
<?php namespace Visiosoft\AdvsModule\Adv\Form;
|
||||||
|
|
||||||
use Visiosoft\AdvsModule\Adv\Event\ReadySimpleAdvFormColumns;
|
use Visiosoft\AdvsModule\Adv\Event\ReadySimpleAdvFormFields;
|
||||||
|
|
||||||
class SimpleAdvFormFields
|
class SimpleAdvFormFields
|
||||||
{
|
{
|
||||||
@ -26,7 +26,7 @@ class SimpleAdvFormFields
|
|||||||
'files',
|
'files',
|
||||||
];
|
];
|
||||||
|
|
||||||
$eventFields = event(new ReadySimpleAdvFormColumns($form_fields));
|
$eventFields = event(new ReadySimpleAdvFormFields($form_fields));
|
||||||
|
|
||||||
foreach ($eventFields as $field_array) {
|
foreach ($eventFields as $field_array) {
|
||||||
$form_fields = array_merge($field_array);
|
$form_fields = array_merge($field_array);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user