This commit is contained in:
2019-05-03 00:59:08 -05:00
parent 71a326b2a6
commit 8830103e91

View File

@@ -19,6 +19,8 @@
//Create the ESI Helper class
$esiHelper = new Esi;
dd($journal);
//Insert the PI Sale into the database
if(!PISaleJournal::where(['id' => $journal['id']])->exists()) {
$entry = new PISaleJournal;