allow marking of airport as hub and restrict to hubs at registration #86

This commit is contained in:
Nabeel Shahzad
2017-12-31 09:42:31 -06:00
parent 10a58b3350
commit 528a7c7440
9 changed files with 29 additions and 9 deletions

View File

@@ -48,7 +48,7 @@ class RegisterController extends Controller
public function showRegistrationForm()
{
$airports = $this->airportRepo->selectBoxList();
$airports = $this->airportRepo->selectBoxList(false, true);
$airlines = $this->airlineRepo->selectBoxList();
return $this->view('auth.register', [