Fixed order processing, broken after upgrade to Laravel 5.8
This commit is contained in:
@@ -9,6 +9,9 @@ use App\Traits\NextKey;
|
||||
class Account extends Model
|
||||
{
|
||||
use NextKey;
|
||||
|
||||
const RECORD_ID = 'account';
|
||||
|
||||
public $incrementing = FALSE;
|
||||
|
||||
protected $table = 'ab_account';
|
||||
|
Reference in New Issue
Block a user