From ad05de7597bb53782b3f6b48751afb74cac4e10f Mon Sep 17 00:00:00 2001 From: Stephan Orbaugh Date: Tue, 22 Aug 2023 15:25:46 +0200 Subject: [PATCH] adding some tiny test --- lib/AppInfo/Application.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/AppInfo/Application.php b/lib/AppInfo/Application.php index d00dd18..88d431f 100644 --- a/lib/AppInfo/Application.php +++ b/lib/AppInfo/Application.php @@ -11,6 +11,7 @@ class Application extends App implements IBootstrap { public const APP_ID = 'notebook'; public const NOTE_FOLDER_NAME = 'TutorialNotes'; + //This is a comment public function __construct(array $urlParams = []) { parent::__construct(self::APP_ID, $urlParams); }