cleanup day

This commit is contained in:
2019-02-05 00:34:09 -06:00
parent 3f2d886861
commit 0eb0d7645c
18 changed files with 141 additions and 176 deletions

View File

@@ -0,0 +1,12 @@
<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
use App\Library\Finances\JumpBridgeTax;
class FinancesController extends Controller
{
//
}