From ff1b9bfe8d242ec3c1c8d458cbbbab8fcc924d1b Mon Sep 17 00:00:00 2001 From: mokaddem Date: Tue, 23 Mar 2021 09:39:15 +0100 Subject: [PATCH] chg: [monadView] Added comment --- src/View/MonadView.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/View/MonadView.php b/src/View/MonadView.php index 562c6bf..6c72ef3 100644 --- a/src/View/MonadView.php +++ b/src/View/MonadView.php @@ -17,9 +17,7 @@ declare(strict_types=1); namespace App\View; /** - * A view class that is used for AJAX responses. - * Currently only switches the default layout and sets the response type - - * which just maps to text/html by default. + * A view class that supports rendering view file belonging to directories outside of the main application template folder. */ class MonadView extends AppView {