modified fuel controller for jump gates

This commit is contained in:
2020-04-03 02:46:30 -05:00
parent 73d27ba44f
commit 943735a7c7
8 changed files with 3 additions and 245 deletions

View File

@@ -1,6 +1,6 @@
<?php
namespace App\Http\Controllers\Fuel;
namespace App\Http\Controllers\Logistics;
//Internal Library
use Illuminate\Http\Request;
@@ -80,8 +80,7 @@ class FuelController extends Controller
],
]);
return view('logistics.display.fuel')->with('jumpGates', $jumpGates)
return view('logistics.fuel')->with('jumpGates', $jumpGates)
->with('lava', $lava);
}
}