Skip to content

Commit

Permalink
WIP multiline crud
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Mar 6, 2024
1 parent 49f4b79 commit a7e333a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions demos/form-control/multiline-crud.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php

declare(strict_types=1);

namespace Atk4\Ui\Demos;

/** @var \Atk4\Ui\App $app */
require_once __DIR__ . '/../init-app.php';

// TODO

0 comments on commit a7e333a

Please sign in to comment.