diff --git a/app/Controllers/ApiDashboard.php b/app/Controllers/ApiDashboard.php index e7c321d..8172750 100644 --- a/app/Controllers/ApiDashboard.php +++ b/app/Controllers/ApiDashboard.php @@ -17,7 +17,7 @@ class ApiDashboard extends ResourceController $results = $query->getResultArray(); $data['data'] = $results; - return $this->respond($data,200); + return $this->respond($data, 200); } diff --git a/app/Views/admin/index.php b/app/Views/admin/index.php index 8367dd2..0fd05ff 100644 --- a/app/Views/admin/index.php +++ b/app/Views/admin/index.php @@ -189,7 +189,7 @@
- + |