From b92ea294c9a63f66272af8045d277a915f9ce881 Mon Sep 17 00:00:00 2001 From: dl6nm Date: Tue, 2 Jun 2020 22:41:30 +0200 Subject: [PATCH] Added missing closing brace --- application/controllers/User_Logbooks.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/application/controllers/User_Logbooks.php b/application/controllers/User_Logbooks.php index 02e5cf20..08d5c6a8 100644 --- a/application/controllers/User_Logbooks.php +++ b/application/controllers/User_Logbooks.php @@ -16,4 +16,6 @@ class Logbooks extends CI_Controller { public function index() { echo 'Functions to come'; - } \ No newline at end of file + } + +}