observer update and invoices creation

This commit is contained in:
2021-03-21 21:33:34 +09:00
parent 12cd0c7d74
commit c2d06472e3
6 changed files with 28 additions and 8 deletions

View File

@@ -5,6 +5,7 @@ namespace App\Http\Controllers\MiningTaxes;
//Internal Library
use App\Http\Controllers\Controller;
use Illuminate\Http\Request;
use DB;
use Log;
use Carbon\Carbon;
use Khill\Lavacharts\Lavacharts;