chg: [monadView] Added comment

pull/41/head
mokaddem 2021-03-23 09:39:15 +01:00
parent 80a07f9138
commit ff1b9bfe8d
1 changed files with 1 additions and 3 deletions

View File

@ -17,9 +17,7 @@ declare(strict_types=1);
namespace App\View; namespace App\View;
/** /**
* A view class that is used for AJAX responses. * A view class that supports rendering view file belonging to directories outside of the main application template folder.
* Currently only switches the default layout and sets the response type -
* which just maps to text/html by default.
*/ */
class MonadView extends AppView class MonadView extends AppView
{ {