Next/Future invoices for users

This commit is contained in:
Deon George
2020-02-08 22:51:50 +11:00
parent b61e00d80f
commit eb316f65fc
18 changed files with 277 additions and 96 deletions

View File

@@ -2,7 +2,6 @@
namespace App\Models;
use App\User;
use Illuminate\Database\Eloquent\Model;
use App\Traits\NextKey;
@@ -10,9 +9,7 @@ use App\Traits\NextKey;
class Account extends Model
{
use NextKey;
const RECORD_ID = 'account';
public $incrementing = FALSE;
protected $table = 'ab_account';