New migrations.

This commit is contained in:
James Cole
2016-06-18 07:36:15 +02:00
parent 5dc8620c43
commit 8ee1676f0a
6 changed files with 248 additions and 73 deletions

View File

@@ -151,6 +151,7 @@ class Importer
$transactionType = $this->getTransactionType(); // defaults to deposit
$errors = new MessageBag;
$journal = TransactionJournal::create(
[
'user_id' => Auth::user()->id,