lookup helper

This commit is contained in:
2019-12-11 21:57:38 -06:00
parent a1ced2ace6
commit c201578191
12 changed files with 26 additions and 26 deletions

View File

@@ -8,7 +8,7 @@ use DB;
use Carbon\Carbon;
//Libraries
use App\Library\Lookups\NewLookupHelper;
use App\Library\Lookups\LookupHelper;
//use App\Library\Contracts\ContractHelper;
//Models
@@ -207,7 +207,7 @@ class ContractController extends Controller
]);
//Delcare some class variables we will need
$lookup = new NewLookupHelper;
$lookup = new LookupHelper;
$amount = 0.00;