added scopes view
added fleets displays added scopes display modified routes file added Fleet file in class Library modified Finances Controller add EsiScopesController laid out fleet framework file in class library
This commit is contained in:
@@ -8,5 +8,30 @@ class FleetsController extends Controller
|
||||
{
|
||||
public function __construct() {
|
||||
$this->middleware('auth');
|
||||
$this->middleware('role:User');
|
||||
}
|
||||
|
||||
public function displayRegisterFleet() {
|
||||
return view('fleets.registerfleet');
|
||||
}
|
||||
|
||||
public function displayStandingFleet() {
|
||||
return view('fleets.displaystanding');
|
||||
}
|
||||
|
||||
public function registerFleet() {
|
||||
|
||||
}
|
||||
|
||||
public function createWing() {
|
||||
|
||||
}
|
||||
|
||||
public function createSquad() {
|
||||
|
||||
}
|
||||
|
||||
public function addPilot() {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user