Improvements to ordering

This commit is contained in:
Deon George
2018-08-20 22:15:28 +10:00
parent e9b5f9ac0c
commit 8d9b0c7027
14 changed files with 217 additions and 124 deletions

View File

@@ -4,8 +4,13 @@ namespace App\Models;
use Illuminate\Database\Eloquent\Model;
use App\Traits\NextKey;
class Account extends Model
{
use NextKey;
public $incrementing = FALSE;
protected $table = 'ab_account';
public $timestamps = FALSE;