We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6c42f0 commit 0d07afeCopy full SHA for 0d07afe
src/View/JSONView.php
@@ -0,0 +1,8 @@
1
+<?php
2
+namespace GT\WebEngine\View;
3
+
4
+class JSONView extends BaseView {
5
+ public function createViewModel():JSONDocument {
6
+ // TODO: Implement createViewModel() method.
7
+ }
8
+}
0 commit comments