added logistics manager moons to help with issues

This commit is contained in:
2019-07-04 01:32:59 -05:00
parent a097138299
commit 4e9a289692
5 changed files with 142 additions and 0 deletions

View File

@@ -4,6 +4,10 @@ namespace App\Http\Controllers\Stocks;
use Illuminate\Http\Request;
/**
* This class display data related to structures and how much fuel of a given type they hold.
* This will mostly be used for jump gates, cyno beacons, and cyno jammers.
*/
class StockController extends Controller
{
public function __construct() {