Fix Admin\Providers page
This commit is contained in:
parent
39dce53001
commit
93f09245e6
1 changed files with 1 additions and 1 deletions
|
@ -91,9 +91,9 @@ class Providers extends Admin
|
|||
],
|
||||
],
|
||||
];
|
||||
$fields = [];
|
||||
|
||||
foreach ($this->c->providers->init()->list() as $provider) {
|
||||
$fields = [];
|
||||
$fields["name-{$provider->name}"] = [
|
||||
'class' => ['name', 'provider'],
|
||||
'type' => 'btn',
|
||||
|
|
Loading…
Add table
Reference in a new issue