tidying up use declarations and making new journal page for testing

This commit is contained in:
2018-12-13 22:10:51 -06:00
parent f433974e5e
commit 49cb1f2677
2 changed files with 1 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ use Illuminate\Http\Request;
use Auth;
use DB;
use Carbon\Carbon;
use App\Library\Structures\StructureHelper;
use App\Library\Structures\StructureTaxHelper;
use App\User;
use App\Models\User\UserRole;