laravelBatch
laravelBatch copied to clipboard
[BUG] When defined $table in model with database name, the wrong SQL will be generated.
trafficstars
example in model:
protected $connection = 'mysql';
protected $table = 'db1.table';