Skip to content

Commit

Permalink
#12 #16 settings service and timezone/currency setting
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeelio committed Jun 20, 2017
1 parent 85610ae commit 7d92c68
Show file tree
Hide file tree
Showing 8 changed files with 825 additions and 662 deletions.
1 change: 0 additions & 1 deletion app/Http/Controllers/Admin/FlightController.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ public function index(Request $request)
{
$this->flightRepository->pushCriteria(new RequestCriteria($request));
$flights = $this->flightRepository->all();

return view('admin.flights.index')
->with('flights', $flights);
}
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"spatie/laravel-pjax": "^1.3",
"symfony/yaml": "^3.3",
"league/geotools": "@stable",
"toin0u/geotools-laravel": "^1.0"
"toin0u/geotools-laravel": "^1.0",
"anlutro/l4-settings": "^0.5.0"
},
"require-dev": {
"fzaninotto/faker": "~1.4",
Expand Down
Loading

0 comments on commit 7d92c68

Please sign in to comment.