finances and fleets

This commit is contained in:
2018-10-28 20:44:15 -05:00
parent 5029cabb43
commit f6db74624a
16 changed files with 351 additions and 3 deletions

View File

@@ -0,0 +1,10 @@
<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
class FleetsController extends Controller
{
//
}