Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
taoyu65 committed Jan 14, 2020
1 parent 7cc911e commit d8b7a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Controllers/fieldDisplayController.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public function display($table, $type)
{
$tableModel = new Table();
$tableList = $tableModel->getAllTable();
$list = compact('tableList', 'table', 'type', 'browserDisabled');
$list = compact('tableList', 'table', 'type');

switch ($type) {
case 'browser':
Expand Down

0 comments on commit d8b7a3a

Please sign in to comment.