laid out the foundation for the mining tax framework

This commit is contained in:
2021-01-11 01:47:12 +09:00
parent 46f95aa6f2
commit 23b78d709f
6 changed files with 83 additions and 12 deletions

View File

@@ -0,0 +1,10 @@
<?php
namespace App\Models\MiningTax;
use Illuminate\Database\Eloquent\Model;
class Invoice extends Model
{
//
}

View File

@@ -0,0 +1,10 @@
<?php
namespace App\Models\MiningTax;
use Illuminate\Database\Eloquent\Model;
class Ledger extends Model
{
//
}

View File

@@ -0,0 +1,10 @@
<?php
namespace App\Models\MiningTax;
use Illuminate\Database\Eloquent\Model;
class Payment extends Model
{
//
}