Don't throw exception is journal exists #130

This commit is contained in:
Nabeel Shahzad 2018-03-01 18:59:24 -06:00
parent 2c52a2f7e6
commit f9208c9d72

View File

@ -34,6 +34,5 @@ trait JournalTrait
$journal->refresh();
return $journal;
}
throw new \Exception('Journal already exists.');
}
}