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 4a71a77 commit f5d499fCopy full SHA for f5d499f
demos/form-control/multiline-crud.php
@@ -0,0 +1,10 @@
1
+<?php
2
+
3
+declare(strict_types=1);
4
5
+namespace Atk4\Ui\Demos;
6
7
+/** @var \Atk4\Ui\App $app */
8
+require_once __DIR__ . '/../init-app.php';
9
10
+// TODO
0 commit comments