From d1aef4fb7b643f371c45cb60a9b3f955e293ae16 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sat, 4 May 2019 00:24:50 -0500 Subject: [PATCH] testing for job with no table attached to model --- app/Models/Jobs/JobProcessWalletJournal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/Jobs/JobProcessWalletJournal.php b/app/Models/Jobs/JobProcessWalletJournal.php index 53ce5ed0e..8a35a79dd 100644 --- a/app/Models/Jobs/JobProcessWalletJournal.php +++ b/app/Models/Jobs/JobProcessWalletJournal.php @@ -7,7 +7,7 @@ use Illuminate\Database\Eloquent\Model; class JobProcessWalletJournal extends Model { //Table Name - public $table = 'job_process_wallet_journal'; + //public $table = 'job_process_wallet_journal'; //Timestamps public $timestamps = true;