PMCORE-1203 Help on how batch routing feature works and help to debug the code with a client
This commit is contained in:
@@ -8,6 +8,8 @@ use Illuminate\Support\Facades\DB;
|
||||
class Application extends Model
|
||||
{
|
||||
protected $table = "APPLICATION";
|
||||
protected $primaryKey = 'APP_NUMBER';
|
||||
public $incrementing = false;
|
||||
// No timestamps
|
||||
public $timestamps = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user