Refactor transactions.

This commit is contained in:
James Cole
2018-02-13 21:04:15 +01:00
parent 370e9b25d1
commit 22fdc81de2
11 changed files with 386 additions and 272 deletions

View File

@@ -88,9 +88,6 @@ class Controller extends BaseController
$bag->set($field, $obj);
}
$type = request()->get('type') ?? 'all';
$bag->set('type', $type);
return $bag;
}