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 05d1fde commit 443ef59Copy full SHA for 443ef59
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