mirror of
https://github.com/pterodactyl/panel.git
synced 2026-05-04 18:53:37 -05:00
Begin implementation of services for services/service options
This commit is contained in:
@@ -74,7 +74,7 @@ class LocationController extends Controller
|
||||
public function index()
|
||||
{
|
||||
return view('admin.locations.index', [
|
||||
'locations' => $this->repository->allWithDetails(),
|
||||
'locations' => $this->repository->getAllWithDetails(),
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user