Don't throw exception is journal exists #130
This commit is contained in:
@@ -34,6 +34,5 @@ trait JournalTrait
|
|||||||
$journal->refresh();
|
$journal->refresh();
|
||||||
return $journal;
|
return $journal;
|
||||||
}
|
}
|
||||||
throw new \Exception('Journal already exists.');
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user