Code formatting

This commit is contained in:
phl0
2024-08-30 07:00:04 +02:00
parent 116348b2d8
commit 60916c7f22

View File

@@ -11,8 +11,7 @@ class Distancerecords extends CI_Controller {
if(!$this->user_model->authorize(2)) { $this->session->set_flashdata('error', __("You're not allowed to do that!")); redirect('dashboard'); }
}
public function index()
{
public function index() {
$this->load->model('distancerecords_model');