From 803e01f610883e33e83d164131a2ca401e99c3b7 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Sat, 26 Dec 2020 13:56:29 +0200 Subject: [PATCH] Updated comment --- app/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/init.php b/app/init.php index 79706c6c31..34ef3a5823 100644 --- a/app/init.php +++ b/app/init.php @@ -4,7 +4,7 @@ * Init * * Initializes both Appwrite API entry point, queue workers, and CLI tasks. - * Set configuration, framework resources, app constants + * Set configuration, framework resources & app constants * */ if (\file_exists(__DIR__.'/../vendor/autoload.php')) {